Html Css Color HEX #FD59A0 Brilliant Rose

📋 copy color: '#FD59A0'

red 253 ◦ green 89 ◦ blue 160

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

Shades of Brilliant Rose #FD59A0

Tints of Brilliant Rose #FD59A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 50.4%
G = 17.73%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD59A0 (or 0xFD59A0) is known color: Brilliant Rose. HEX triplet: FD, 59 and A0. RGB value is (253,89,160). Sum of RGB (Red+Green+Blue) = 253+89+160=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD59A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD59A0 is #02A65F. Grayscale: #929292. Windows color (decimal): -173664 or 10508797. OLE color: 10508797.

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

Color convert

RGB 253 89 160 -
CMYK 0 0.65 0.37 0.01
HSL 334.02º 0.98% 0.67% -
HSV(B) 334.02º 0.65% 0.99% -
XYZ 50.43 30.57 36.5 -
YUV 146.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 253 89 160 0 0.65 0.37 0.01 334.02 0.98 0.67
Hex FD 59 A0 0 41 25 1 14E 62 43
Octal 375 131 240 0 101 45 1 516 142 103
Binary 11111101 1011001 10100000 0 1000001 100101 1 101001110 1100010 1000011

Color Harmonies of #FD59A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD59A0

Black with #FD59A0

Text Example


Text Example

White with #FD59A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD59A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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