Html Css Color HEX #FC59AD Brilliant Rose

📋 copy color: '#FC59AD'

red 252 ◦ green 89 ◦ blue 173

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

Shades of Brilliant Rose #FC59AD

Tints of Brilliant Rose #FC59AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.66%

R = 49.03%
G = 17.32%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC59AD (or 0xFC59AD) is known color: Brilliant Rose. HEX triplet: FC, 59 and AD. RGB value is (252,89,173). Sum of RGB (Red+Green+Blue) = 252+89+173=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC59AD is #03A652. Grayscale: #939393. Windows color (decimal): -239187 or 11360764. OLE color: 11360764.

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

Color convert

RGB 252 89 173 -
CMYK 0 0.65 0.31 0.01
HSL 329.08º 0.96% 0.67% -
HSV(B) 329.08º 0.65% 0.99% -
XYZ 51.26 30.86 42.79 -
YUV 147.31 142.5 202.67 -
System Red Green Blue C M Y K H S L
Decimal 252 89 173 0 0.65 0.31 0.01 329.08 0.96 0.67
Hex FC 59 AD 0 41 1F 1 149 60 43
Octal 374 131 255 0 101 37 1 511 140 103
Binary 11111100 1011001 10101101 0 1000001 11111 1 101001001 1100000 1000011

Color Harmonies of #FC59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC59AD

Black with #FC59AD

Text Example


Text Example

White with #FC59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC59AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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