Html Css Color HEX #FC5AAC Brilliant Rose

📋 copy color: '#FC5AAC'

red 252 ◦ green 90 ◦ blue 172

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

Shades of Brilliant Rose #FC5AAC

Tints of Brilliant Rose #FC5AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.46%

R = 49.03%
G = 17.51%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC5AAC (or 0xFC5AAC) is known color: Brilliant Rose. HEX triplet: FC, 5A and AC. RGB value is (252,90,172). Sum of RGB (Red+Green+Blue) = 252+90+172=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5AAC is #03A553. Grayscale: #939393. Windows color (decimal): -238932 or 11295484. OLE color: 11295484.

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

Color convert

RGB 252 90 172 -
CMYK 0 0.64 0.32 0.01
HSL 329.63º 0.96% 0.67% -
HSV(B) 329.63º 0.64% 0.99% -
XYZ 51.25 30.99 42.31 -
YUV 147.79 141.67 202.33 -
System Red Green Blue C M Y K H S L
Decimal 252 90 172 0 0.64 0.32 0.01 329.63 0.96 0.67
Hex FC 5A AC 0 40 20 1 14A 60 43
Octal 374 132 254 0 100 40 1 512 140 103
Binary 11111100 1011010 10101100 0 1000000 100000 1 101001010 1100000 1000011

Color Harmonies of #FC5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5AAC

Black with #FC5AAC

Text Example


Text Example

White with #FC5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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