#F27589

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

Shades of Deep Blush #F27589

Tints of Deep Blush #F27589

Color information

#F27589 (or 0xF27589) is unknown color: approx Deep Blush. HEX triplet: F2, 75 and 89. RGB value is (242,117,137). Sum of RGB (Red+Green+Blue) = 242+117+137=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F27589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27589 is #0D8A76. Grayscale: #9C9C9C. Windows color (decimal): -887415 or 9008626. OLE color: 9008626.

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

Color convert

RGB242117137-
CMYK00.520.430.05
HSL350.4º82.78%70.39%-
HSV(B)350.4º51.65%94.9%-
XYZ47.4933.4127.61-
YUV156.66116.91188.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.79%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 137 (53.91% from 255) = 27.62%
R=48.79%
G=23.59%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211713700.520.430.05350.482.7870.39
HexF275890342B515e5346
Octal362165211064535536123106
Binary11110010111010110001001011010010101110110101111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27589; }

 p { color: rgb(242,117,137); }

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

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

 a { background-color: rgb(242,117,137); }

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

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

 span { border-color: rgb(242,117,137); }

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