Html Css Color HEX #FD5AB8 Hot Pink

📋 copy color: '#FD5AB8'

red 253 ◦ green 90 ◦ blue 184

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

Shades of Hot Pink #FD5AB8

Tints of Hot Pink #FD5AB8

RGB

 RED value IS 253 (99.22% from 255) = 48.01%

 GREEN value IS 90 (35.55% from 255) = 17.08%

 BLUE value IS 184 (72.27% from 255) = 34.91%

R = 48.01%
G = 17.08%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FD5AB8 (or 0xFD5AB8) is known color: Hot Pink. HEX triplet: FD, 5A and B8. RGB value is (253,90,184). Sum of RGB (Red+Green+Blue) = 253+90+184=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5AB8 is #02A547. Grayscale: #959595. Windows color (decimal): -173384 or 12081917. OLE color: 12081917.

HSL color Cylindrical-coordinate representation of color #FD5AB8: hue angle of 325.4º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5AB8 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 90 184 -
CMYK 0 0.64 0.27 0.01
HSL 325.4º 0.98% 0.67% -
HSV(B) 325.4º 0.64% 0.99% -
XYZ 52.82 31.66 48.67 -
YUV 149.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 253 90 184 0 0.64 0.27 0.01 325.4 0.98 0.67
Hex FD 5A B8 0 40 1B 1 145 62 43
Octal 375 132 270 0 100 33 1 505 142 103
Binary 11111101 1011010 10111000 0 1000000 11011 1 101000101 1100010 1000011

Color Harmonies of #FD5AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5AB8

Black with #FD5AB8

Text Example


Text Example

White with #FD5AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5AB8; }

 p { color: rgb(253,90,184); }

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

background-color css

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

 a { background-color: rgb(253,90,184); }

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

border-color css

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

 span { border-color: rgb(253,90,184); }

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