#f216c1

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

Shades of Shocking Pink #F216C1

Tints of Shocking Pink #F216C1

Color information

#F216C1 (or 0xF216C1) is unknown color: approx Shocking Pink. HEX triplet: F2, 16 and C1. RGB value is (242,22,193). Sum of RGB (Red+Green+Blue) = 242+22+193=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F216C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F216C1 is #0DE93E. Grayscale: #6A6A6A. Windows color (decimal): -911679 or 12654322. OLE color: 12654322.

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

Color convert

RGB24222193-
CMYK00.910.200.05
HSL313.36º89.43%51.76%-
HSV(B)313.36º90.91%94.9%-
XYZ46.5323.352.5-
YUV107.27176.39224.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 22 (8.98% from 255) = 4.81%
BLUE value IS 193 (75.78% from 255) = 42.23%
R=52.95%
G=4.81%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422219300.910.200.05313.3689.4351.76
HexF216C105B1451395934
Octal36226301013324547113164
Binary11110010101101100000101011011101001011001110011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f216c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f216c1; }

 p { color: rgb(242,22,193); }

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

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

 a { background-color: rgb(242,22,193); }

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

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

 span { border-color: rgb(242,22,193); }

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