Html Css Color HEX #FC5AA0 Brilliant Rose

📋 copy color: '#FC5AA0'

red 252 ◦ green 90 ◦ blue 160

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

Shades of Brilliant Rose #FC5AA0

Tints of Brilliant Rose #FC5AA0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.93%

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 50.2%
G = 17.93%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC5AA0 (or 0xFC5AA0) is known color: Brilliant Rose. HEX triplet: FC, 5A and A0. RGB value is (252,90,160). Sum of RGB (Red+Green+Blue) = 252+90+160=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5AA0 is #03A55F. Grayscale: #929292. Windows color (decimal): -238944 or 10509052. OLE color: 10509052.

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

Color convert

RGB 252 90 160 -
CMYK 0 0.64 0.37 0.01
HSL 334.07º 0.96% 0.67% -
HSV(B) 334.07º 0.64% 0.99% -
XYZ 50.15 30.55 36.51 -
YUV 146.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 252 90 160 0 0.64 0.37 0.01 334.07 0.96 0.67
Hex FC 5A A0 0 40 25 1 14E 60 43
Octal 374 132 240 0 100 45 1 516 140 103
Binary 11111100 1011010 10100000 0 1000000 100101 1 101001110 1100000 1000011

Color Harmonies of #FC5AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5AA0

Black with #FC5AA0

Text Example


Text Example

White with #FC5AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5AA0; }

 p { color: rgb(252,90,160); }

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

background-color css

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

 a { background-color: rgb(252,90,160); }

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

border-color css

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

 span { border-color: rgb(252,90,160); }

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