#FF12C4

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

Shades of Shocking Pink #FF12C4

Tints of Shocking Pink #FF12C4

Color information

#FF12C4 (or 0xFF12C4) is unknown color: approx Shocking Pink. HEX triplet: FF, 12 and C4. RGB value is (255,18,196). Sum of RGB (Red+Green+Blue) = 255+18+196=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12C4 is #00ED3B. Grayscale: #6C6C6C. Windows color (decimal): -60732 or 12849919. OLE color: 12849919.

HSL color Cylindrical-coordinate representation of color #FF12C4: hue angle of 314.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF12C4 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB25518196-
CMYK00.930.230
HSL314.94º100%53.53%-
HSV(B)314.94º92.94%100%-
XYZ51.4225.6854.47-
YUV109.16177.02232.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.37%
GREEN value IS 18 (7.42% from 255) = 3.84%
BLUE value IS 196 (76.95% from 255) = 41.79%
R=54.37%
G=3.84%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551819600.930.230314.9410053.53
HexFF12C405D17013b6436
Octal37722304013527047314466
Binary111111111001011000100010111011011101001110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF12C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF12C4; }

 p { color: rgb(255,18,196); }

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

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

 a { background-color: rgb(255,18,196); }

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

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

 span { border-color: rgb(255,18,196); }

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