Html Css Color HEX #F07788 Deep Blush

📋 copy color: '#F07788'

red 240 ◦ green 119 ◦ blue 136

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

Shades of Deep Blush #F07788

Tints of Deep Blush #F07788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.04%

 BLUE value IS 136 (53.52% from 255) = 27.47%

R = 48.48%
G = 24.04%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F07788 (or 0xF07788) is known color: Deep Blush. HEX triplet: F0, 77 and 88. RGB value is (240,119,136). Sum of RGB (Red+Green+Blue) = 240+119+136=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F07788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07788 is #0F8877. Grayscale: #9D9D9D. Windows color (decimal): -1017976 or 8943600. OLE color: 8943600.

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

Color convert

RGB 240 119 136 -
CMYK 0 0.50 0.43 0.06
HSL 351.57º 0.8% 0.7% -
HSV(B) 351.57º 0.5% 0.94% -
XYZ 46.98 33.5 27.28 -
YUV 157.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 240 119 136 0 0.50 0.43 0.06 351.57 0.8 0.7
Hex F0 77 88 0 32 2B 6 160 50 46
Octal 360 167 210 0 62 53 6 540 120 106
Binary 11110000 1110111 10001000 0 110010 101011 110 101100000 1010000 1000110

Color Harmonies of #F07788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07788

Black with #F07788

Text Example


Text Example

White with #F07788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07788; }

 p { color: rgb(240,119,136); }

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

background-color css

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

 a { background-color: rgb(240,119,136); }

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

border-color css

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

 span { border-color: rgb(240,119,136); }

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