Html Css Color HEX #FE75AD Hot Pink

📋 copy color: '#FE75AD'

red 254 ◦ green 117 ◦ blue 173

#FE75AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #FE75AD

Tints of Hot Pink #FE75AD

RGB

 RED value IS 254 (99.61% from 255) = 46.69%

 GREEN value IS 117 (46.09% from 255) = 21.51%

 BLUE value IS 173 (67.97% from 255) = 31.8%

R = 46.69%
G = 21.51%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE75AD (or 0xFE75AD) is known color: Hot Pink. HEX triplet: FE, 75 and AD. RGB value is (254,117,173). Sum of RGB (Red+Green+Blue) = 254+117+173=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE75AD is #018A52. Grayscale: #A4A4A4. Windows color (decimal): -100947 or 11367934. OLE color: 11367934.

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

Color convert

RGB 254 117 173 -
CMYK 0 0.54 0.32 0.00
HSL 335.47º 0.99% 0.73% -
HSV(B) 335.47º 0.54% 1% -
XYZ 54.78 36.81 43.75 -
YUV 164.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 254 117 173 0 0.54 0.32 0.00 335.47 0.99 0.73
Hex FE 75 AD 0 36 20 0 14F 63 49
Octal 376 165 255 0 66 40 0 517 143 111
Binary 11111110 1110101 10101101 0 110110 100000 0 101001111 1100011 1001001

Color Harmonies of #FE75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE75AD

Black with #FE75AD

Text Example


Text Example

White with #FE75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE75AD; }

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

 H1.HeaderClassName
 {
   color: #FE75AD;
 }
 .AnyTagClassName
 {
   color: #FE75AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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