#F15EAE

Color #F15EAE Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F15EAE

Tints of Hot Pink #F15EAE

Color information

#F15EAE (or 0xF15EAE) is unknown color: approx Hot Pink. HEX triplet: F1, 5E and AE. RGB value is (241,94,174). Sum of RGB (Red+Green+Blue) = 241+94+174=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15EAE is #0EA151. Grayscale: #929292. Windows color (decimal): -958802 or 11427569. OLE color: 11427569.

HSL color Cylindrical-coordinate representation of color #F15EAE: hue angle of 327.35º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15EAE is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB24194174-
CMYK00.610.280.05
HSL327.35º84%65.69%-
HSV(B)327.35º61%94.51%-
XYZ47.9229.7643.26-
YUV147.07143.2195-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.35%
GREEN value IS 94 (37.11% from 255) = 18.47%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=47.35%
G=18.47%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419417400.610.280.05327.358465.69
HexF15EAE03D1C51475442
Octal361136256075345507124102
Binary1111000110111101010111001111011110010110100011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15EAE; }

 p { color: rgb(241,94,174); }

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

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

 a { background-color: rgb(241,94,174); }

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

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

 span { border-color: rgb(241,94,174); }

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