Html Css Color HEX #FC59A1 Brilliant Rose

📋 copy color: '#FC59A1'

red 252 ◦ green 89 ◦ blue 161

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

Shades of Brilliant Rose #FC59A1

Tints of Brilliant Rose #FC59A1

RGB

 RED value IS 252 (98.83% from 255) = 50.2%

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

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

R = 50.2%
G = 17.73%
B = 32.07%

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

#FC59A1 (or 0xFC59A1) is known color: Brilliant Rose. HEX triplet: FC, 59 and A1. RGB value is (252,89,161). Sum of RGB (Red+Green+Blue) = 252+89+161=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC59A1 is #03A65E. Grayscale: #919191. Windows color (decimal): -239199 or 10574332. OLE color: 10574332.

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

Color convert

RGB 252 89 161 -
CMYK 0 0.65 0.36 0.01
HSL 333.5º 0.96% 0.67% -
HSV(B) 333.5º 0.65% 0.99% -
XYZ 50.15 30.41 36.95 -
YUV 145.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 252 89 161 0 0.65 0.36 0.01 333.5 0.96 0.67
Hex FC 59 A1 0 41 24 1 14D 60 43
Octal 374 131 241 0 101 44 1 515 140 103
Binary 11111100 1011001 10100001 0 1000001 100100 1 101001101 1100000 1000011

Color Harmonies of #FC59A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC59A1

Black with #FC59A1

Text Example


Text Example

White with #FC59A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC59A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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