#F41EAD

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

Shades of Spicy Pink #F41EAD

Tints of Spicy Pink #F41EAD

Color information

#F41EAD (or 0xF41EAD) is unknown color: approx Spicy Pink. HEX triplet: F4, 1E and AD. RGB value is (244,30,173). Sum of RGB (Red+Green+Blue) = 244+30+173=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F41EAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41EAD is #0BE152. Grayscale: #6D6D6D. Windows color (decimal): -778579 or 11345652. OLE color: 11345652.

HSL color Cylindrical-coordinate representation of color #F41EAD: hue angle of 319.91º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41EAD is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB24430173-
CMYK00.880.290.04
HSL319.91º90.68%53.73%-
HSV(B)319.91º87.7%95.69%-
XYZ45.3223.1841.62-
YUV110.29163.4223.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.59%
GREEN value IS 30 (12.11% from 255) = 6.71%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=54.59%
G=6.71%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443017300.880.290.04319.9190.6853.73
HexF41EAD0581D41405b36
Octal36436255013035450013366
Binary11110100111101010110101011000111011001010000001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41EAD; }

 p { color: rgb(244,30,173); }

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

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

 a { background-color: rgb(244,30,173); }

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

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

 span { border-color: rgb(244,30,173); }

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