Html Css Color HEX #FD5AB2 Hot Pink

📋 copy color: '#FD5AB2'

red 253 ◦ green 90 ◦ blue 178

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

Shades of Hot Pink #FD5AB2

Tints of Hot Pink #FD5AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.17%

R = 48.56%
G = 17.27%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD5AB2 (or 0xFD5AB2) is known color: Hot Pink. HEX triplet: FD, 5A and B2. RGB value is (253,90,178). Sum of RGB (Red+Green+Blue) = 253+90+178=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5AB2 is #02A54D. Grayscale: #949494. Windows color (decimal): -173390 or 11688701. OLE color: 11688701.

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

Color convert

RGB 253 90 178 -
CMYK 0 0.64 0.30 0.01
HSL 327.61º 0.98% 0.67% -
HSV(B) 327.61º 0.64% 0.99% -
XYZ 52.2 31.41 45.43 -
YUV 148.77 144.5 202.34 -
System Red Green Blue C M Y K H S L
Decimal 253 90 178 0 0.64 0.30 0.01 327.61 0.98 0.67
Hex FD 5A B2 0 40 1E 1 148 62 43
Octal 375 132 262 0 100 36 1 510 142 103
Binary 11111101 1011010 10110010 0 1000000 11110 1 101001000 1100010 1000011

Color Harmonies of #FD5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5AB2

Black with #FD5AB2

Text Example


Text Example

White with #FD5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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