Html Css Color HEX #F07884 Deep Blush

📋 copy color: '#F07884'

red 240 ◦ green 120 ◦ blue 132

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

Shades of Deep Blush #F07884

Tints of Deep Blush #F07884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.39%

 BLUE value IS 132 (51.95% from 255) = 26.83%

R = 48.78%
G = 24.39%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F07884 (or 0xF07884) is known color: Deep Blush. HEX triplet: F0, 78 and 84. RGB value is (240,120,132). Sum of RGB (Red+Green+Blue) = 240+120+132=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F07884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07884 is #0F877B. Grayscale: #9D9D9D. Windows color (decimal): -1017724 or 8681712. OLE color: 8681712.

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

Color convert

RGB 240 120 132 -
CMYK 0 0.5 0.45 0.06
HSL 354º 0.8% 0.71% -
HSV(B) 354º 0.5% 0.94% -
XYZ 46.82 33.62 25.85 -
YUV 157.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 240 120 132 0 0.5 0.45 0.06 354 0.8 0.71
Hex F0 78 84 0 32 2D 6 162 50 47
Octal 360 170 204 0 62 55 6 542 120 107
Binary 11110000 1111000 10000100 0 110010 101101 110 101100010 1010000 1000111

Color Harmonies of #F07884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07884

Black with #F07884

Text Example


Text Example

White with #F07884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07884; }

 p { color: rgb(240,120,132); }

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

background-color css

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

 a { background-color: rgb(240,120,132); }

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

border-color css

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

 span { border-color: rgb(240,120,132); }

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