Html Css Color HEX #FE5DBD Hot Pink

📋 copy color: '#FE5DBD'

red 254 ◦ green 93 ◦ blue 189

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

Shades of Hot Pink #FE5DBD

Tints of Hot Pink #FE5DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 47.39%
G = 17.35%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE5DBD (or 0xFE5DBD) is known color: Hot Pink. HEX triplet: FE, 5D and BD. RGB value is (254,93,189). Sum of RGB (Red+Green+Blue) = 254+93+189=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DBD is #01A242. Grayscale: #979797. Windows color (decimal): -107075 or 12410366. OLE color: 12410366.

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

Color convert

RGB 254 93 189 -
CMYK 0 0.63 0.26 0.00
HSL 324.22º 0.99% 0.68% -
HSV(B) 324.22º 0.63% 1% -
XYZ 53.97 32.57 51.59 -
YUV 152.08 148.84 200.69 -
System Red Green Blue C M Y K H S L
Decimal 254 93 189 0 0.63 0.26 0.00 324.22 0.99 0.68
Hex FE 5D BD 0 3F 1A 0 144 63 44
Octal 376 135 275 0 77 32 0 504 143 104
Binary 11111110 1011101 10111101 0 111111 11010 0 101000100 1100011 1000100

Color Harmonies of #FE5DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DBD

Black with #FE5DBD

Text Example


Text Example

White with #FE5DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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