#FB72AE

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

Shades of Hot Pink #FB72AE

Tints of Hot Pink #FB72AE

Color information

#FB72AE (or 0xFB72AE) is unknown color: approx Hot Pink. HEX triplet: FB, 72 and AE. RGB value is (251,114,174). Sum of RGB (Red+Green+Blue) = 251+114+174=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB72AE is #048D51. Grayscale: #A1A1A1. Windows color (decimal): -298322 or 11432699. OLE color: 11432699.

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

Color convert

RGB251114174-
CMYK00.550.310.02
HSL333.72º94.48%71.57%-
HSV(B)333.72º54.58%98.43%-
XYZ53.4435.644.1-
YUV161.8134.89191.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.57%
GREEN value IS 114 (44.92% from 255) = 21.15%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=46.57%
G=21.15%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111417400.550.310.02333.7294.4871.57
HexFB72AE0371F214e5e48
Octal373162256067372516136110
Binary111110111110010101011100110111111111010100111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB72AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB72AE; }

 p { color: rgb(251,114,174); }

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

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

 a { background-color: rgb(251,114,174); }

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

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

 span { border-color: rgb(251,114,174); }

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