#F17292

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

Shades of Deep Blush #F17292

Tints of Deep Blush #F17292

Color information

#F17292 (or 0xF17292) is unknown color: approx Deep Blush. HEX triplet: F1, 72 and 92. RGB value is (241,114,146). Sum of RGB (Red+Green+Blue) = 241+114+146=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F17292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17292 is #0E8D6D. Grayscale: #9B9B9B. Windows color (decimal): -953710 or 9597681. OLE color: 9597681.

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

Color convert

RGB241114146-
CMYK00.530.390.05
HSL344.88º81.94%69.61%-
HSV(B)344.88º52.7%94.51%-
XYZ47.4832.8131.02-
YUV155.62122.58188.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=48.10%
G=22.75%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111414600.530.390.05344.8881.9469.61
HexF172920352751595246
Octal361162222065475531122106
Binary11110001111001010010010011010110011110110101100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17292; }

 p { color: rgb(241,114,146); }

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

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

 a { background-color: rgb(241,114,146); }

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

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

 span { border-color: rgb(241,114,146); }

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