Html Css Color HEX #FC59A2 Brilliant Rose

📋 copy color: '#FC59A2'

red 252 ◦ green 89 ◦ blue 162

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

Shades of Brilliant Rose #FC59A2

Tints of Brilliant Rose #FC59A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.21%

R = 50.1%
G = 17.69%
B = 32.21%

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

#FC59A2 (or 0xFC59A2) is known color: Brilliant Rose. HEX triplet: FC, 59 and A2. RGB value is (252,89,162). Sum of RGB (Red+Green+Blue) = 252+89+162=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC59A2 is #03A65D. Grayscale: #919191. Windows color (decimal): -239198 or 10639868. OLE color: 10639868.

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

Color convert

RGB 252 89 162 -
CMYK 0 0.65 0.36 0.01
HSL 333.13º 0.96% 0.67% -
HSV(B) 333.13º 0.65% 0.99% -
XYZ 50.24 30.45 37.41 -
YUV 146.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 252 89 162 0 0.65 0.36 0.01 333.13 0.96 0.67
Hex FC 59 A2 0 41 24 1 14D 60 43
Octal 374 131 242 0 101 44 1 515 140 103
Binary 11111100 1011001 10100010 0 1000001 100100 1 101001101 1100000 1000011

Color Harmonies of #FC59A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC59A2

Black with #FC59A2

Text Example


Text Example

White with #FC59A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC59A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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