#FB0FA1

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

Shades of Deep Pink #FB0FA1

Tints of Deep Pink #FB0FA1

Color information

#FB0FA1 (or 0xFB0FA1) is unknown color: approx Deep Pink. HEX triplet: FB, 0F and A1. RGB value is (251,15,161). Sum of RGB (Red+Green+Blue) = 251+15+161=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0FA1 is #04F05E. Grayscale: #656565. Windows color (decimal): -323679 or 10555387. OLE color: 10555387.

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

Color convert

RGB25115161-
CMYK00.940.360.02
HSL322.88º96.72%52.16%-
HSV(B)322.88º94.02%98.43%-
XYZ46.3923.4235.79-
YUV102.21161.19234.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.78%
GREEN value IS 15 (6.25% from 255) = 3.51%
BLUE value IS 161 (63.28% from 255) = 37.70%
R=58.78%
G=3.51%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511516100.940.360.02322.8896.7252.16
HexFBFA105E2421436134
Octal37317241013644250314164
Binary1111101111111010000101011110100100101010000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0FA1; }

 p { color: rgb(251,15,161); }

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

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

 a { background-color: rgb(251,15,161); }

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

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

 span { border-color: rgb(251,15,161); }

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