Html Css Color HEX #F07082 Deep Blush

📋 copy color: '#F07082'

red 240 ◦ green 112 ◦ blue 130

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

Shades of Deep Blush #F07082

Tints of Deep Blush #F07082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.97%

R = 49.79%
G = 23.24%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F07082 (or 0xF07082) is known color: Deep Blush. HEX triplet: F0, 70 and 82. RGB value is (240,112,130). Sum of RGB (Red+Green+Blue) = 240+112+130=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F07082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07082 is #0F8F7D. Grayscale: #989898. Windows color (decimal): -1019774 or 8548592. OLE color: 8548592.

HSL color Cylindrical-coordinate representation of color #F07082: hue angle of 351.56º 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 #F07082 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 130 -
CMYK 0 0.53 0.46 0.06
HSL 351.56º 0.81% 0.69% -
HSV(B) 351.56º 0.53% 0.94% -
XYZ 45.76 31.73 24.83 -
YUV 152.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 240 112 130 0 0.53 0.46 0.06 351.56 0.81 0.69
Hex F0 70 82 0 35 2E 6 160 51 45
Octal 360 160 202 0 65 56 6 540 121 105
Binary 11110000 1110000 10000010 0 110101 101110 110 101100000 1010001 1000101

Color Harmonies of #F07082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07082

Black with #F07082

Text Example


Text Example

White with #F07082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07082; }

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

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

background-color css

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

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

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

border-color css

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

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

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