#F21FB9

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

Shades of Spicy Pink #F21FB9

Tints of Spicy Pink #F21FB9

Color information

#F21FB9 (or 0xF21FB9) is unknown color: approx Spicy Pink. HEX triplet: F2, 1F and B9. RGB value is (242,31,185). Sum of RGB (Red+Green+Blue) = 242+31+185=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21FB9 is #0DE046. Grayscale: #6F6F6F. Windows color (decimal): -909383 or 12132338. OLE color: 12132338.

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

Color convert

RGB24231185-
CMYK00.870.240.05
HSL316.21º89.03%53.53%-
HSV(B)316.21º87.19%94.9%-
XYZ45.8623.3647.99-
YUV111.65169.4220.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.84%
GREEN value IS 31 (12.5% from 255) = 6.77%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=52.84%
G=6.77%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423118500.870.240.05316.2189.0353.53
HexF21FB905718513c5936
Octal36237271012730547413166
Binary11110010111111011100101010111110001011001111001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21FB9; }

 p { color: rgb(242,31,185); }

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

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

 a { background-color: rgb(242,31,185); }

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

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

 span { border-color: rgb(242,31,185); }

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