Html Css Color HEX #F07085 Deep Blush

📋 copy color: '#F07085'

red 240 ◦ green 112 ◦ blue 133

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

Shades of Deep Blush #F07085

Tints of Deep Blush #F07085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.09%

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

R = 49.48%
G = 23.09%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F07085 (or 0xF07085) is known color: Deep Blush. HEX triplet: F0, 70 and 85. RGB value is (240,112,133). Sum of RGB (Red+Green+Blue) = 240+112+133=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F07085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07085 is #0F8F7A. Grayscale: #989898. Windows color (decimal): -1019771 or 8745200. OLE color: 8745200.

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

Color convert

RGB 240 112 133 -
CMYK 0 0.53 0.45 0.06
HSL 350.16º 0.81% 0.69% -
HSV(B) 350.16º 0.53% 0.94% -
XYZ 45.96 31.81 25.91 -
YUV 152.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 240 112 133 0 0.53 0.45 0.06 350.16 0.81 0.69
Hex F0 70 85 0 35 2D 6 15E 51 45
Octal 360 160 205 0 65 55 6 536 121 105
Binary 11110000 1110000 10000101 0 110101 101101 110 101011110 1010001 1000101

Color Harmonies of #F07085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07085

Black with #F07085

Text Example


Text Example

White with #F07085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07085; }

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

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

background-color css

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

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

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

border-color css

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

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

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