#FB5FB2

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

Shades of Hot Pink #FB5FB2

Tints of Hot Pink #FB5FB2

Color information

#FB5FB2 (or 0xFB5FB2) is unknown color: approx Hot Pink. HEX triplet: FB, 5F and B2. RGB value is (251,95,178). Sum of RGB (Red+Green+Blue) = 251+95+178=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5FB2 is #04A04D. Grayscale: #969696. Windows color (decimal): -303182 or 11689979. OLE color: 11689979.

HSL color Cylindrical-coordinate representation of color #FB5FB2: hue angle of 328.08º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB5FB2 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB25195178-
CMYK00.620.290.02
HSL328.08º95.12%67.84%-
HSV(B)328.08º62.15%98.43%-
XYZ51.9131.9145.54-
YUV151.11143.18199.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.90%
GREEN value IS 95 (37.5% from 255) = 18.13%
BLUE value IS 178 (69.92% from 255) = 33.97%
R=47.90%
G=18.13%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519517800.620.290.02328.0895.1267.84
HexFB5FB203E1D21485f44
Octal373137262076352510137104
Binary111110111011111101100100111110111011010100100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5FB2; }

 p { color: rgb(251,95,178); }

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

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

 a { background-color: rgb(251,95,178); }

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

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

 span { border-color: rgb(251,95,178); }

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