#FB12C7

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

Shades of Shocking Pink #FB12C7

Tints of Shocking Pink #FB12C7

Color information

#FB12C7 (or 0xFB12C7) is unknown color: approx Shocking Pink. HEX triplet: FB, 12 and C7. RGB value is (251,18,199). Sum of RGB (Red+Green+Blue) = 251+18+199=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB12C7 is #04ED38. Grayscale: #6B6B6B. Windows color (decimal): -322873 or 13046523. OLE color: 13046523.

HSL color Cylindrical-coordinate representation of color #FB12C7: hue angle of 313.39º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB12C7 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB25118199-
CMYK00.930.210.02
HSL313.39º96.68%52.75%-
HSV(B)313.39º92.83%98.43%-
XYZ50.3125.0756.22-
YUV108.3179.19229.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.63%
GREEN value IS 18 (7.42% from 255) = 3.85%
BLUE value IS 199 (78.12% from 255) = 42.52%
R=53.63%
G=3.85%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511819900.930.210.02313.3996.6852.75
HexFB12C705D1521396135
Octal37322307013525247114165
Binary1111101110010110001110101110110101101001110011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB12C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB12C7; }

 p { color: rgb(251,18,199); }

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

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

 a { background-color: rgb(251,18,199); }

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

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

 span { border-color: rgb(251,18,199); }

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