#F41EB0

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

Shades of Spicy Pink #F41EB0

Tints of Spicy Pink #F41EB0

Color information

#F41EB0 (or 0xF41EB0) is unknown color: approx Spicy Pink. HEX triplet: F4, 1E and B0. RGB value is (244,30,176). Sum of RGB (Red+Green+Blue) = 244+30+176=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F41EB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41EB0 is #0BE14F. Grayscale: #6E6E6E. Windows color (decimal): -778576 or 11542260. OLE color: 11542260.

HSL color Cylindrical-coordinate representation of color #F41EB0: hue angle of 319.07º 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 #F41EB0 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB24430176-
CMYK00.880.280.04
HSL319.07º90.68%53.73%-
HSV(B)319.07º87.7%95.69%-
XYZ45.6123.343.17-
YUV110.63164.9223.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.22%
GREEN value IS 30 (12.11% from 255) = 6.67%
BLUE value IS 176 (69.14% from 255) = 39.11%
R=54.22%
G=6.67%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443017600.880.280.04319.0790.6853.73
HexF41EB00581C413f5b36
Octal36436260013034447713366
Binary11110100111101011000001011000111001001001111111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41EB0; }

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

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

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

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

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

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

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

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