Html Css Color HEX #FE5DB9 Hot Pink

📋 copy color: '#FE5DB9'

red 254 ◦ green 93 ◦ blue 185

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

Shades of Hot Pink #FE5DB9

Tints of Hot Pink #FE5DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.48%

 BLUE value IS 185 (72.66% from 255) = 34.77%

R = 47.74%
G = 17.48%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE5DB9 (or 0xFE5DB9) is known color: Hot Pink. HEX triplet: FE, 5D and B9. RGB value is (254,93,185). Sum of RGB (Red+Green+Blue) = 254+93+185=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DB9 is #01A246. Grayscale: #979797. Windows color (decimal): -107079 or 12148222. OLE color: 12148222.

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

Color convert

RGB 254 93 185 -
CMYK 0 0.63 0.27 0.00
HSL 325.71º 0.99% 0.68% -
HSV(B) 325.71º 0.63% 1% -
XYZ 53.54 32.4 49.33 -
YUV 151.63 146.84 201.02 -
System Red Green Blue C M Y K H S L
Decimal 254 93 185 0 0.63 0.27 0.00 325.71 0.99 0.68
Hex FE 5D B9 0 3F 1B 0 146 63 44
Octal 376 135 271 0 77 33 0 506 143 104
Binary 11111110 1011101 10111001 0 111111 11011 0 101000110 1100011 1000100

Color Harmonies of #FE5DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DB9

Black with #FE5DB9

Text Example


Text Example

White with #FE5DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DB9; }

 p { color: rgb(254,93,185); }

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

background-color css

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

 a { background-color: rgb(254,93,185); }

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

border-color css

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

 span { border-color: rgb(254,93,185); }

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