Html Css Color HEX #F07188 Deep Blush

📋 copy color: '#F07188'

red 240 ◦ green 113 ◦ blue 136

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

Shades of Deep Blush #F07188

Tints of Deep Blush #F07188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.11%

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

R = 49.08%
G = 23.11%
B = 27.81%

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

#F07188 (or 0xF07188) is known color: Deep Blush. HEX triplet: F0, 71 and 88. RGB value is (240,113,136). Sum of RGB (Red+Green+Blue) = 240+113+136=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F07188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07188 is #0F8E77. Grayscale: #999999. Windows color (decimal): -1019512 or 8942064. OLE color: 8942064.

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

Color convert

RGB 240 113 136 -
CMYK 0 0.53 0.43 0.06
HSL 349.13º 0.81% 0.69% -
HSV(B) 349.13º 0.53% 0.94% -
XYZ 46.28 32.11 27.05 -
YUV 153.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 240 113 136 0 0.53 0.43 0.06 349.13 0.81 0.69
Hex F0 71 88 0 35 2B 6 15D 51 45
Octal 360 161 210 0 65 53 6 535 121 105
Binary 11110000 1110001 10001000 0 110101 101011 110 101011101 1010001 1000101

Color Harmonies of #F07188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07188

Black with #F07188

Text Example


Text Example

White with #F07188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07188; }

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

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

background-color css

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

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

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

border-color css

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

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

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