Html Css Color HEX #FC5AAA Brilliant Rose

📋 copy color: '#FC5AAA'

red 252 ◦ green 90 ◦ blue 170

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

Shades of Brilliant Rose #FC5AAA

Tints of Brilliant Rose #FC5AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.2%

R = 49.22%
G = 17.58%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC5AAA (or 0xFC5AAA) is known color: Brilliant Rose. HEX triplet: FC, 5A and AA. RGB value is (252,90,170). Sum of RGB (Red+Green+Blue) = 252+90+170=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5AAA is #03A555. Grayscale: #939393. Windows color (decimal): -238934 or 11164412. OLE color: 11164412.

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

Color convert

RGB 252 90 170 -
CMYK 0 0.64 0.33 0.01
HSL 330.37º 0.96% 0.67% -
HSV(B) 330.37º 0.64% 0.99% -
XYZ 51.06 30.91 41.31 -
YUV 147.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 252 90 170 0 0.64 0.33 0.01 330.37 0.96 0.67
Hex FC 5A AA 0 40 21 1 14A 60 43
Octal 374 132 252 0 100 41 1 512 140 103
Binary 11111100 1011010 10101010 0 1000000 100001 1 101001010 1100000 1000011

Color Harmonies of #FC5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5AAA

Black with #FC5AAA

Text Example


Text Example

White with #FC5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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