#F214B2

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

Shades of Spicy Pink #F214B2

Tints of Spicy Pink #F214B2

Color information

#F214B2 (or 0xF214B2) is unknown color: approx Spicy Pink. HEX triplet: F2, 14 and B2. RGB value is (242,20,178). Sum of RGB (Red+Green+Blue) = 242+20+178=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F214B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F214B2 is #0DEB4D. Grayscale: #676767. Windows color (decimal): -912206 or 11670770. OLE color: 11670770.

HSL color Cylindrical-coordinate representation of color #F214B2: hue angle of 317.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F214B2 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB24220178-
CMYK00.920.260.05
HSL317.3º89.52%51.37%-
HSV(B)317.3º91.74%94.9%-
XYZ44.922.5944.11-
YUV104.39169.55226.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55%
GREEN value IS 20 (8.20% from 255) = 4.55%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=55%
G=4.55%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422017800.920.260.05317.389.5251.37
HexF214B205C1A513d5a33
Octal36224262013432547513263
Binary11110010101001011001001011100110101011001111011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F214B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F214B2; }

 p { color: rgb(242,20,178); }

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

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

 a { background-color: rgb(242,20,178); }

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

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

 span { border-color: rgb(242,20,178); }

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