#F21FC2

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

Shades of Shocking Pink #F21FC2

Tints of Shocking Pink #F21FC2

Color information

#F21FC2 (or 0xF21FC2) is unknown color: approx Shocking Pink. HEX triplet: F2, 1F and C2. RGB value is (242,31,194). Sum of RGB (Red+Green+Blue) = 242+31+194=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21FC2 is #0DE03D. Grayscale: #707070. Windows color (decimal): -909374 or 12722162. OLE color: 12722162.

HSL color Cylindrical-coordinate representation of color #F21FC2: hue angle of 313.65º 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 #F21FC2 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB24231194-
CMYK00.870.200.05
HSL313.65º89.03%53.53%-
HSV(B)313.65º87.19%94.9%-
XYZ46.8523.7553.15-
YUV112.67173.9220.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.82%
GREEN value IS 31 (12.5% from 255) = 6.64%
BLUE value IS 194 (76.17% from 255) = 41.54%
R=51.82%
G=6.64%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423119400.870.200.05313.6589.0353.53
HexF21FC205714513a5936
Octal36237302012724547213166
Binary11110010111111100001001010111101001011001110101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21FC2; }

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

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

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

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

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

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

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

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