#FE75B0

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

Shades of Hot Pink #FE75B0

Tints of Hot Pink #FE75B0

Color information

#FE75B0 (or 0xFE75B0) is unknown color: approx Hot Pink. HEX triplet: FE, 75 and B0. RGB value is (254,117,176). Sum of RGB (Red+Green+Blue) = 254+117+176=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE75B0 is #018A4F. Grayscale: #A4A4A4. Windows color (decimal): -100944 or 11564542. OLE color: 11564542.

HSL color Cylindrical-coordinate representation of color #FE75B0: hue angle of 334.16º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE75B0 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254117176-
CMYK00.540.310.00
HSL334.16º98.56%72.75%-
HSV(B)334.16º53.94%99.61%-
XYZ55.0736.9345.3-
YUV164.69134.39191.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 117 (46.09% from 255) = 21.39%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=46.44%
G=21.39%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411717600.540.310.00334.1698.5672.75
HexFE75B00361F014e6349
Octal376165260066370516143111
Binary11111110111010110110000011011011111010100111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE75B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE75B0; }

 p { color: rgb(254,117,176); }

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

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

 a { background-color: rgb(254,117,176); }

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

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

 span { border-color: rgb(254,117,176); }

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