#F21FC4

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

Shades of Shocking Pink #F21FC4

Tints of Shocking Pink #F21FC4

Color information

#F21FC4 (or 0xF21FC4) is unknown color: approx Shocking Pink. HEX triplet: F2, 1F and C4. RGB value is (242,31,196). Sum of RGB (Red+Green+Blue) = 242+31+196=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21FC4 is #0DE03B. Grayscale: #707070. Windows color (decimal): -909372 or 12853234. OLE color: 12853234.

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

Color convert

RGB24231196-
CMYK00.870.190.05
HSL313.08º89.03%53.53%-
HSV(B)313.08º87.19%94.9%-
XYZ47.0723.8454.35-
YUV112.9174.9220.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.60%
GREEN value IS 31 (12.5% from 255) = 6.61%
BLUE value IS 196 (76.95% from 255) = 41.79%
R=51.60%
G=6.61%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423119600.870.190.05313.0889.0353.53
HexF21FC40571351395936
Octal36237304012723547113166
Binary11110010111111100010001010111100111011001110011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21FC4; }

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

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

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

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

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

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

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

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