Html Css Color HEX #FD59BA Hot Pink

📋 copy color: '#FD59BA'

red 253 ◦ green 89 ◦ blue 186

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

Shades of Hot Pink #FD59BA

Tints of Hot Pink #FD59BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.86%

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 47.92%
G = 16.86%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD59BA (or 0xFD59BA) is known color: Hot Pink. HEX triplet: FD, 59 and BA. RGB value is (253,89,186). Sum of RGB (Red+Green+Blue) = 253+89+186=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD59BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD59BA is #02A645. Grayscale: #949494. Windows color (decimal): -173638 or 12212733. OLE color: 12212733.

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

Color convert

RGB 253 89 186 -
CMYK 0 0.65 0.26 0.01
HSL 324.51º 0.98% 0.67% -
HSV(B) 324.51º 0.65% 0.99% -
XYZ 52.94 31.57 49.76 -
YUV 149.09 148.83 202.11 -
System Red Green Blue C M Y K H S L
Decimal 253 89 186 0 0.65 0.26 0.01 324.51 0.98 0.67
Hex FD 59 BA 0 41 1A 1 145 62 43
Octal 375 131 272 0 101 32 1 505 142 103
Binary 11111101 1011001 10111010 0 1000001 11010 1 101000101 1100010 1000011

Color Harmonies of #FD59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD59BA

Black with #FD59BA

Text Example


Text Example

White with #FD59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD59BA; }

 p { color: rgb(253,89,186); }

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

background-color css

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

 a { background-color: rgb(253,89,186); }

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

border-color css

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

 span { border-color: rgb(253,89,186); }

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