Html Css Color HEX #FD59AD Brilliant Rose

📋 copy color: '#FD59AD'

red 253 ◦ green 89 ◦ blue 173

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

Shades of Brilliant Rose #FD59AD

Tints of Brilliant Rose #FD59AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.59%

R = 49.13%
G = 17.28%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD59AD (or 0xFD59AD) is known color: Brilliant Rose. HEX triplet: FD, 59 and AD. RGB value is (253,89,173). Sum of RGB (Red+Green+Blue) = 253+89+173=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD59AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD59AD is #02A652. Grayscale: #939393. Windows color (decimal): -173651 or 11360765. OLE color: 11360765.

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

Color convert

RGB 253 89 173 -
CMYK 0 0.65 0.32 0.01
HSL 329.27º 0.98% 0.67% -
HSV(B) 329.27º 0.65% 0.99% -
XYZ 51.62 31.04 42.81 -
YUV 147.61 142.33 203.17 -
System Red Green Blue C M Y K H S L
Decimal 253 89 173 0 0.65 0.32 0.01 329.27 0.98 0.67
Hex FD 59 AD 0 41 20 1 149 62 43
Octal 375 131 255 0 101 40 1 511 142 103
Binary 11111101 1011001 10101101 0 1000001 100000 1 101001001 1100010 1000011

Color Harmonies of #FD59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD59AD

Black with #FD59AD

Text Example


Text Example

White with #FD59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD59AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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