Html Css Color HEX #F07584 Deep Blush

📋 copy color: '#F07584'

red 240 ◦ green 117 ◦ blue 132

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

Shades of Deep Blush #F07584

Tints of Deep Blush #F07584

RGB

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

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

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

R = 49.08%
G = 23.93%
B = 26.99%

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

#F07584 (or 0xF07584) is known color: Deep Blush. HEX triplet: F0, 75 and 84. RGB value is (240,117,132). Sum of RGB (Red+Green+Blue) = 240+117+132=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F07584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07584 is #0F8A7B. Grayscale: #9B9B9B. Windows color (decimal): -1018492 or 8680944. OLE color: 8680944.

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

Color convert

RGB 240 117 132 -
CMYK 0 0.51 0.45 0.06
HSL 352.68º 0.8% 0.7% -
HSV(B) 352.68º 0.51% 0.94% -
XYZ 46.46 32.91 25.73 -
YUV 155.49 114.75 188.28 -
System Red Green Blue C M Y K H S L
Decimal 240 117 132 0 0.51 0.45 0.06 352.68 0.8 0.7
Hex F0 75 84 0 33 2D 6 161 50 46
Octal 360 165 204 0 63 55 6 541 120 106
Binary 11110000 1110101 10000100 0 110011 101101 110 101100001 1010000 1000110

Color Harmonies of #F07584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07584

Black with #F07584

Text Example


Text Example

White with #F07584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07584; }

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

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

background-color css

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

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

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

border-color css

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

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

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