#FB75B3

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

Shades of Hot Pink #FB75B3

Tints of Hot Pink #FB75B3

Color information

#FB75B3 (or 0xFB75B3) is unknown color: approx Hot Pink. HEX triplet: FB, 75 and B3. RGB value is (251,117,179). Sum of RGB (Red+Green+Blue) = 251+117+179=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB75B3 is #048A4C. Grayscale: #A4A4A4. Windows color (decimal): -297549 or 11761147. OLE color: 11761147.

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

Color convert

RGB251117179-
CMYK00.530.290.02
HSL332.24º94.37%72.16%-
HSV(B)332.24º53.39%98.43%-
XYZ54.2836.4946.83-
YUV164.13136.39189.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.89%
GREEN value IS 117 (46.09% from 255) = 21.39%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=45.89%
G=21.39%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111717900.530.290.02332.2494.3772.16
HexFB75B30351D214c5e48
Octal373165263065352514136110
Binary111110111110101101100110110101111011010100110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB75B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB75B3; }

 p { color: rgb(251,117,179); }

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

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

 a { background-color: rgb(251,117,179); }

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

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

 span { border-color: rgb(251,117,179); }

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