Html Css Color HEX #FF59A1 Brilliant Rose

📋 copy color: '#FF59A1'

red 255 ◦ green 89 ◦ blue 161

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

Shades of Brilliant Rose #FF59A1

Tints of Brilliant Rose #FF59A1

RGB

 RED value IS 255 (100% from 255) = 50.5%

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

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

R = 50.5%
G = 17.62%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF59A1 (or 0xFF59A1) is known color: Brilliant Rose. HEX triplet: FF, 59 and A1. RGB value is (255,89,161). Sum of RGB (Red+Green+Blue) = 255+89+161=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF59A1 is #00A65E. Grayscale: #929292. Windows color (decimal): -42591 or 10574335. OLE color: 10574335.

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

Color convert

RGB 255 89 161 -
CMYK 0 0.65 0.37 0
HSL 333.98º 1% 0.67% -
HSV(B) 333.98º 0.65% 1% -
XYZ 51.25 30.98 37 -
YUV 146.84 136 205.15 -
System Red Green Blue C M Y K H S L
Decimal 255 89 161 0 0.65 0.37 0 333.98 1 0.67
Hex FF 59 A1 0 41 25 0 14E 64 43
Octal 377 131 241 0 101 45 0 516 144 103
Binary 11111111 1011001 10100001 0 1000001 100101 0 101001110 1100100 1000011

Color Harmonies of #FF59A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF59A1

Black with #FF59A1

Text Example


Text Example

White with #FF59A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF59A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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