#F17A84

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

Shades of Deep Blush #F17A84

Tints of Deep Blush #F17A84

Color information

#F17A84 (or 0xF17A84) is unknown color: approx Deep Blush. HEX triplet: F1, 7A and 84. RGB value is (241,122,132). Sum of RGB (Red+Green+Blue) = 241+122+132=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17A84 is #0E857B. Grayscale: #9E9E9E. Windows color (decimal): -951676 or 8682225. OLE color: 8682225.

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

Color convert

RGB241122132-
CMYK00.490.450.05
HSL354.96º80.95%71.18%-
HSV(B)354.96º49.38%94.51%-
XYZ47.434.2925.95-
YUV158.72112.92186.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.69%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=48.69%
G=24.65%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112213200.490.450.05354.9680.9571.18
HexF17A840312D51635147
Octal361172204061555543121107
Binary11110001111101010000100011000110110110110110001110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17A84; }

 p { color: rgb(241,122,132); }

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

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

 a { background-color: rgb(241,122,132); }

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

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

 span { border-color: rgb(241,122,132); }

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