Html Css Color HEX #FE5DB3 Hot Pink

📋 copy color: '#FE5DB3'

red 254 ◦ green 93 ◦ blue 179

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

Shades of Hot Pink #FE5DB3

Tints of Hot Pink #FE5DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.03%

R = 48.29%
G = 17.68%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE5DB3 (or 0xFE5DB3) is known color: Hot Pink. HEX triplet: FE, 5D and B3. RGB value is (254,93,179). Sum of RGB (Red+Green+Blue) = 254+93+179=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DB3 is #01A24C. Grayscale: #969696. Windows color (decimal): -107085 or 11755006. OLE color: 11755006.

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

Color convert

RGB 254 93 179 -
CMYK 0 0.63 0.30 0.00
HSL 327.95º 0.99% 0.68% -
HSV(B) 327.95º 0.63% 1% -
XYZ 52.92 32.15 46.06 -
YUV 150.94 143.84 201.51 -
System Red Green Blue C M Y K H S L
Decimal 254 93 179 0 0.63 0.30 0.00 327.95 0.99 0.68
Hex FE 5D B3 0 3F 1E 0 148 63 44
Octal 376 135 263 0 77 36 0 510 143 104
Binary 11111110 1011101 10110011 0 111111 11110 0 101001000 1100011 1000100

Color Harmonies of #FE5DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DB3

Black with #FE5DB3

Text Example


Text Example

White with #FE5DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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