#FB1AC9

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

Shades of Shocking Pink #FB1AC9

Tints of Shocking Pink #FB1AC9

Color information

#FB1AC9 (or 0xFB1AC9) is unknown color: approx Shocking Pink. HEX triplet: FB, 1A and C9. RGB value is (251,26,201). Sum of RGB (Red+Green+Blue) = 251+26+201=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1AC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1AC9 is #04E536. Grayscale: #707070. Windows color (decimal): -320823 or 13179643. OLE color: 13179643.

HSL color Cylindrical-coordinate representation of color #FB1AC9: hue angle of 313.33º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1AC9 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB25126201-
CMYK00.900.200.02
HSL313.33º96.57%54.31%-
HSV(B)313.33º89.64%98.43%-
XYZ50.725.4757.5-
YUV113.22177.54226.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.51%
GREEN value IS 26 (10.55% from 255) = 5.44%
BLUE value IS 201 (78.91% from 255) = 42.05%
R=52.51%
G=5.44%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512620100.900.200.02313.3396.5754.31
HexFB1AC905A1421396136
Octal37332311013224247114166
Binary1111101111010110010010101101010100101001110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1AC9; }

 p { color: rgb(251,26,201); }

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

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

 a { background-color: rgb(251,26,201); }

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

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

 span { border-color: rgb(251,26,201); }

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