#F27387

Color #F27387 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #F27387

Tints of Deep Blush #F27387

Color information

#F27387 (or 0xF27387) is unknown color: approx Deep Blush. HEX triplet: F2, 73 and 87. RGB value is (242,115,135). Sum of RGB (Red+Green+Blue) = 242+115+135=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F27387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27387 is #0D8C78. Grayscale: #9B9B9B. Windows color (decimal): -887929 or 8877042. OLE color: 8877042.

HSL color Cylindrical-coordinate representation of color #F27387: hue angle of 350.55º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27387 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB242115135-
CMYK00.520.440.05
HSL350.55º83.01%70%-
HSV(B)350.55º52.48%94.9%-
XYZ47.1232.8926.79-
YUV155.25116.58189.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.19%
GREEN value IS 115 (45.31% from 255) = 23.37%
BLUE value IS 135 (53.12% from 255) = 27.44%
R=49.19%
G=23.37%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211513500.520.440.05350.5583.0170
HexF273870342C515f5346
Octal362163207064545537123106
Binary11110010111001110000111011010010110010110101111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27387; }

 p { color: rgb(242,115,135); }

 H1.HeaderClassName
 {
   color: #F27387;
 }
 .AnyTagClassName
 {
   color: #F27387;
 }
</style>
background-color css

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

 a { background-color: rgb(242,115,135); }

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

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

 span { border-color: rgb(242,115,135); }

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