#FE75B5

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

Shades of Hot Pink #FE75B5

Tints of Hot Pink #FE75B5

Color information

#FE75B5 (or 0xFE75B5) is unknown color: approx Hot Pink. HEX triplet: FE, 75 and B5. RGB value is (254,117,181). Sum of RGB (Red+Green+Blue) = 254+117+181=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75B5 is #018A4A. Grayscale: #A5A5A5. Windows color (decimal): -100939 or 11892222. OLE color: 11892222.

HSL color Cylindrical-coordinate representation of color #FE75B5: hue angle of 331.97º 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 #FE75B5 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB254117181-
CMYK00.540.290.00
HSL331.97º98.56%72.75%-
HSV(B)331.97º53.94%99.61%-
XYZ55.5737.1347.95-
YUV165.26136.89191.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 117 (46.09% from 255) = 21.20%
BLUE value IS 181 (71.09% from 255) = 32.79%
R=46.01%
G=21.20%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411718100.540.290.00331.9798.5672.75
HexFE75B50361D014c6349
Octal376165265066350514143111
Binary11111110111010110110101011011011101010100110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE75B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE75B5; }

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

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

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

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

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

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

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

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