#F21AAF

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

Shades of Spicy Pink #F21AAF

Tints of Spicy Pink #F21AAF

Color information

#F21AAF (or 0xF21AAF) is unknown color: approx Spicy Pink. HEX triplet: F2, 1A and AF. RGB value is (242,26,175). Sum of RGB (Red+Green+Blue) = 242+26+175=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21AAF is #0DE550. Grayscale: #6B6B6B. Windows color (decimal): -910673 or 11475698. OLE color: 11475698.

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

Color convert

RGB24226175-
CMYK00.890.280.05
HSL318.61º89.26%52.55%-
HSV(B)318.61º89.26%94.9%-
XYZ44.7322.7142.58-
YUV107.57166.06223.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.63%
GREEN value IS 26 (10.55% from 255) = 5.87%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=54.63%
G=5.87%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422617500.890.280.05318.6189.2652.55
HexF21AAF0591C513f5935
Octal36232257013134547713165
Binary11110010110101010111101011001111001011001111111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21AAF; }

 p { color: rgb(242,26,175); }

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

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

 a { background-color: rgb(242,26,175); }

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

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

 span { border-color: rgb(242,26,175); }

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