Html Css Color HEX #FC59A8 Brilliant Rose

📋 copy color: '#FC59A8'

red 252 ◦ green 89 ◦ blue 168

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

Shades of Brilliant Rose #FC59A8

Tints of Brilliant Rose #FC59A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.01%

R = 49.51%
G = 17.49%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC59A8 (or 0xFC59A8) is known color: Brilliant Rose. HEX triplet: FC, 59 and A8. RGB value is (252,89,168). Sum of RGB (Red+Green+Blue) = 252+89+168=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC59A8 is #03A657. Grayscale: #929292. Windows color (decimal): -239192 or 11033084. OLE color: 11033084.

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

Color convert

RGB 252 89 168 -
CMYK 0 0.65 0.33 0.01
HSL 330.92º 0.96% 0.67% -
HSV(B) 330.92º 0.65% 0.99% -
XYZ 50.79 30.67 40.29 -
YUV 146.74 140 203.08 -
System Red Green Blue C M Y K H S L
Decimal 252 89 168 0 0.65 0.33 0.01 330.92 0.96 0.67
Hex FC 59 A8 0 41 21 1 14B 60 43
Octal 374 131 250 0 101 41 1 513 140 103
Binary 11111100 1011001 10101000 0 1000001 100001 1 101001011 1100000 1000011

Color Harmonies of #FC59A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC59A8

Black with #FC59A8

Text Example


Text Example

White with #FC59A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC59A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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