#F421BB

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

Shades of Spicy Pink #F421BB

Tints of Spicy Pink #F421BB

Color information

#F421BB (or 0xF421BB) is unknown color: approx Spicy Pink. HEX triplet: F4, 21 and BB. RGB value is (244,33,187). Sum of RGB (Red+Green+Blue) = 244+33+187=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F421BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421BB is #0BDE44. Grayscale: #717171. Windows color (decimal): -777797 or 12263924. OLE color: 12263924.

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

Color convert

RGB24433187-
CMYK00.860.230.04
HSL316.21º90.56%54.31%-
HSV(B)316.21º86.48%95.69%-
XYZ46.8223.9149.16-
YUV113.64169.4220.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.59%
GREEN value IS 33 (13.28% from 255) = 7.11%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=52.59%
G=7.11%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443318700.860.230.04316.2190.5654.31
HexF421BB05617413c5b36
Octal36441273012627447413366
Binary111101001000011011101101010110101111001001111001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F421BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F421BB; }

 p { color: rgb(244,33,187); }

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

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

 a { background-color: rgb(244,33,187); }

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

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

 span { border-color: rgb(244,33,187); }

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