#F412CC

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

Shades of Shocking Pink #F412CC

Tints of Shocking Pink #F412CC

Color information

#F412CC (or 0xF412CC) is unknown color: approx Shocking Pink. HEX triplet: F4, 12 and CC. RGB value is (244,18,204). Sum of RGB (Red+Green+Blue) = 244+18+204=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F412CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F412CC is #0BED33. Grayscale: #6A6A6A. Windows color (decimal): -781620 or 13374196. OLE color: 13374196.

HSL color Cylindrical-coordinate representation of color #F412CC: hue angle of 310.62º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F412CC is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB24418204-
CMYK00.930.160.04
HSL310.62º91.13%51.37%-
HSV(B)310.62º92.62%95.69%-
XYZ48.4224.0359.21-
YUV106.78182.87225.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.36%
GREEN value IS 18 (7.42% from 255) = 3.86%
BLUE value IS 204 (80.08% from 255) = 43.78%
R=52.36%
G=3.86%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441820400.930.160.04310.6291.1351.37
HexF412CC05D1041375b33
Octal36422314013520446713363
Binary11110100100101100110001011101100001001001101111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F412CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F412CC; }

 p { color: rgb(244,18,204); }

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

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

 a { background-color: rgb(244,18,204); }

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

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

 span { border-color: rgb(244,18,204); }

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