Html Css Color HEX #F07585 Deep Blush

📋 copy color: '#F07585'

red 240 ◦ green 117 ◦ blue 133

#F07585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #F07585

Tints of Deep Blush #F07585

RGB

 RED value IS 240 (94.14% from 255) = 48.98%

 GREEN value IS 117 (46.09% from 255) = 23.88%

 BLUE value IS 133 (52.34% from 255) = 27.14%

R = 48.98%
G = 23.88%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F07585 (or 0xF07585) is known color: Deep Blush. HEX triplet: F0, 75 and 85. RGB value is (240,117,133). Sum of RGB (Red+Green+Blue) = 240+117+133=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F07585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07585 is #0F8A7A. Grayscale: #9B9B9B. Windows color (decimal): -1018491 or 8746480. OLE color: 8746480.

HSL color Cylindrical-coordinate representation of color #F07585: hue angle of 352.2º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07585 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 133 -
CMYK 0 0.51 0.45 0.06
HSL 352.2º 0.8% 0.7% -
HSV(B) 352.2º 0.51% 0.94% -
XYZ 46.53 32.94 26.1 -
YUV 155.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 240 117 133 0 0.51 0.45 0.06 352.2 0.8 0.7
Hex F0 75 85 0 33 2D 6 160 50 46
Octal 360 165 205 0 63 55 6 540 120 106
Binary 11110000 1110101 10000101 0 110011 101101 110 101100000 1010000 1000110

Color Harmonies of #F07585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07585

Black with #F07585

Text Example


Text Example

White with #F07585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07585; }

 p { color: rgb(240,117,133); }

 H1.HeaderClassName
 {
   color: #F07585;
 }
 .AnyTagClassName
 {
   color: #F07585;
 }
</style>

background-color css

<style>
 a { background-color: #F07585; }

 a { background-color: rgb(240,117,133); }

 div.DivClassName
 {
   background-color: #F07585;
 }
 .BgClassName
 {
   background-color: #F07585;
 }
</style>

border-color css

<style>
 span { border-color: #F07585; }

 span { border-color: rgb(240,117,133); }

 td.TdClassName
 {
   border-color: #F07585;
 }
 .TagClassName
 {
   border-color: #F07585;
 }
</style>