Html Css Color HEX #F07088 Deep Blush

📋 copy color: '#F07088'

red 240 ◦ green 112 ◦ blue 136

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

Shades of Deep Blush #F07088

Tints of Deep Blush #F07088

RGB

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

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

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

R = 49.18%
G = 22.95%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F07088 (or 0xF07088) is known color: Deep Blush. HEX triplet: F0, 70 and 88. RGB value is (240,112,136). Sum of RGB (Red+Green+Blue) = 240+112+136=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F07088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07088 is #0F8F77. Grayscale: #999999. Windows color (decimal): -1019768 or 8941808. OLE color: 8941808.

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

Color convert

RGB 240 112 136 -
CMYK 0 0.53 0.43 0.06
HSL 348.75º 0.81% 0.69% -
HSV(B) 348.75º 0.53% 0.94% -
XYZ 46.17 31.89 27.01 -
YUV 153.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 240 112 136 0 0.53 0.43 0.06 348.75 0.81 0.69
Hex F0 70 88 0 35 2B 6 15D 51 45
Octal 360 160 210 0 65 53 6 535 121 105
Binary 11110000 1110000 10001000 0 110101 101011 110 101011101 1010001 1000101

Color Harmonies of #F07088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07088

Black with #F07088

Text Example


Text Example

White with #F07088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07088; }

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

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

background-color css

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

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

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

border-color css

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

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

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