Html Css Color HEX #FD59B2 Hot Pink

📋 copy color: '#FD59B2'

red 253 ◦ green 89 ◦ blue 178

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

Shades of Hot Pink #FD59B2

Tints of Hot Pink #FD59B2

RGB

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

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

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

R = 48.65%
G = 17.12%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD59B2 (or 0xFD59B2) is known color: Hot Pink. HEX triplet: FD, 59 and B2. RGB value is (253,89,178). Sum of RGB (Red+Green+Blue) = 253+89+178=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD59B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD59B2 is #02A64D. Grayscale: #939393. Windows color (decimal): -173646 or 11688445. OLE color: 11688445.

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

Color convert

RGB 253 89 178 -
CMYK 0 0.65 0.30 0.01
HSL 327.44º 0.98% 0.67% -
HSV(B) 327.44º 0.65% 0.99% -
XYZ 52.12 31.24 45.4 -
YUV 148.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 253 89 178 0 0.65 0.30 0.01 327.44 0.98 0.67
Hex FD 59 B2 0 41 1E 1 147 62 43
Octal 375 131 262 0 101 36 1 507 142 103
Binary 11111101 1011001 10110010 0 1000001 11110 1 101000111 1100010 1000011

Color Harmonies of #FD59B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD59B2

Black with #FD59B2

Text Example


Text Example

White with #FD59B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD59B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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