#F17585

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

Shades of Deep Blush #F17585

Tints of Deep Blush #F17585

Color information

#F17585 (or 0xF17585) is unknown color: approx Deep Blush. HEX triplet: F1, 75 and 85. RGB value is (241,117,133). Sum of RGB (Red+Green+Blue) = 241+117+133=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F17585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17585 is #0E8A7A. Grayscale: #9B9B9B. Windows color (decimal): -952955 or 8746481. OLE color: 8746481.

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

Color convert

RGB241117133-
CMYK00.510.450.05
HSL352.26º81.58%70.2%-
HSV(B)352.26º51.45%94.51%-
XYZ46.8733.1226.11-
YUV155.9115.08188.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.08%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=49.08%
G=23.83%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111713300.510.450.05352.2681.5870.2
HexF175850332D51605246
Octal361165205063555540122106
Binary11110001111010110000101011001110110110110110000010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17585; }

 p { color: rgb(241,117,133); }

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

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

 a { background-color: rgb(241,117,133); }

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

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

 span { border-color: rgb(241,117,133); }

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