#FE75B6

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

Shades of Hot Pink #FE75B6

Tints of Hot Pink #FE75B6

Color information

#FE75B6 (or 0xFE75B6) is unknown color: approx Hot Pink. HEX triplet: FE, 75 and B6. RGB value is (254,117,182). Sum of RGB (Red+Green+Blue) = 254+117+182=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75B6 is #018A49. Grayscale: #A5A5A5. Windows color (decimal): -100938 or 11957758. OLE color: 11957758.

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

Color convert

RGB254117182-
CMYK00.540.280.00
HSL331.53º98.56%72.75%-
HSV(B)331.53º53.94%99.61%-
XYZ55.6837.1748.5-
YUV165.37137.39191.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 117 (46.09% from 255) = 21.16%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=45.93%
G=21.16%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411718200.540.280.00331.5398.5672.75
HexFE75B60361C014c6349
Octal376165266066340514143111
Binary11111110111010110110110011011011100010100110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE75B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE75B6; }

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

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

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

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

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

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

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

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