#FB228E

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

Shades of Deep Pink #FB228E

Tints of Deep Pink #FB228E

Color information

#FB228E (or 0xFB228E) is unknown color: approx Deep Pink. HEX triplet: FB, 22 and 8E. RGB value is (251,34,142). Sum of RGB (Red+Green+Blue) = 251+34+142=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB228E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB228E is #04DD71. Grayscale: #6E6E6E. Windows color (decimal): -318834 or 9315067. OLE color: 9315067.

HSL color Cylindrical-coordinate representation of color #FB228E: hue angle of 330.14º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB228E is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB25134142-
CMYK00.860.430.02
HSL330.14º96.44%55.88%-
HSV(B)330.14º86.45%98.43%-
XYZ45.2423.6127.76-
YUV111.2145.39227.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.78%
GREEN value IS 34 (13.67% from 255) = 7.96%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=58.78%
G=7.96%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513414200.860.430.02330.1496.4455.88
HexFB228E0562B214a6038
Octal37342216012653251214070
Binary111110111000101000111001010110101011101010010101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB228E; }

 p { color: rgb(251,34,142); }

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

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

 a { background-color: rgb(251,34,142); }

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

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

 span { border-color: rgb(251,34,142); }

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