Html Css Color HEX #FD59A1 Brilliant Rose

📋 copy color: '#FD59A1'

red 253 ◦ green 89 ◦ blue 161

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

Shades of Brilliant Rose #FD59A1

Tints of Brilliant Rose #FD59A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.01%

R = 50.3%
G = 17.69%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD59A1 (or 0xFD59A1) is known color: Brilliant Rose. HEX triplet: FD, 59 and A1. RGB value is (253,89,161). Sum of RGB (Red+Green+Blue) = 253+89+161=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD59A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD59A1 is #02A65E. Grayscale: #929292. Windows color (decimal): -173663 or 10574333. OLE color: 10574333.

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

Color convert

RGB 253 89 161 -
CMYK 0 0.65 0.36 0.01
HSL 333.66º 0.98% 0.67% -
HSV(B) 333.66º 0.65% 0.99% -
XYZ 50.51 30.6 36.96 -
YUV 146.24 136.33 204.15 -
System Red Green Blue C M Y K H S L
Decimal 253 89 161 0 0.65 0.36 0.01 333.66 0.98 0.67
Hex FD 59 A1 0 41 24 1 14E 62 43
Octal 375 131 241 0 101 44 1 516 142 103
Binary 11111101 1011001 10100001 0 1000001 100100 1 101001110 1100010 1000011

Color Harmonies of #FD59A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD59A1

Black with #FD59A1

Text Example


Text Example

White with #FD59A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD59A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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