Html Css Color HEX #F07288 Deep Blush

📋 copy color: '#F07288'

red 240 ◦ green 114 ◦ blue 136

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

Shades of Deep Blush #F07288

Tints of Deep Blush #F07288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.27%

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

R = 48.98%
G = 23.27%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F07288 (or 0xF07288) is known color: Deep Blush. HEX triplet: F0, 72 and 88. RGB value is (240,114,136). Sum of RGB (Red+Green+Blue) = 240+114+136=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F07288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07288 is #0F8D77. Grayscale: #9A9A9A. Windows color (decimal): -1019256 or 8942320. OLE color: 8942320.

HSL color Cylindrical-coordinate representation of color #F07288: hue angle of 349.52º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07288 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 114 136 -
CMYK 0 0.52 0.43 0.06
HSL 349.52º 0.81% 0.69% -
HSV(B) 349.52º 0.53% 0.94% -
XYZ 46.4 32.34 27.09 -
YUV 154.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 240 114 136 0 0.52 0.43 0.06 349.52 0.81 0.69
Hex F0 72 88 0 34 2B 6 15E 51 45
Octal 360 162 210 0 64 53 6 536 121 105
Binary 11110000 1110010 10001000 0 110100 101011 110 101011110 1010001 1000101

Color Harmonies of #F07288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07288

Black with #F07288

Text Example


Text Example

White with #F07288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07288; }

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

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

background-color css

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

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

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

border-color css

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

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

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