#F21CCB

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

Shades of Shocking Pink #F21CCB

Tints of Shocking Pink #F21CCB

Color information

#F21CCB (or 0xF21CCB) is unknown color: approx Shocking Pink. HEX triplet: F2, 1C and CB. RGB value is (242,28,203). Sum of RGB (Red+Green+Blue) = 242+28+203=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21CCB is #0DE334. Grayscale: #6F6F6F. Windows color (decimal): -910133 or 13311218. OLE color: 13311218.

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

Color convert

RGB24228203-
CMYK00.880.160.05
HSL310.93º89.17%52.94%-
HSV(B)310.93º88.43%94.9%-
XYZ47.8124.0258.62-
YUV111.94179.4220.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 28 (11.33% from 255) = 5.92%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=51.16%
G=5.92%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422820300.880.160.05310.9389.1752.94
HexF21CCB0581051375935
Octal36234313013020546713165
Binary11110010111001100101101011000100001011001101111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21CCB; }

 p { color: rgb(242,28,203); }

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

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

 a { background-color: rgb(242,28,203); }

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

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

 span { border-color: rgb(242,28,203); }

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