Html Css Color HEX #FC5EAC Brilliant Rose

📋 copy color: '#FC5EAC'

red 252 ◦ green 94 ◦ blue 172

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

Shades of Brilliant Rose #FC5EAC

Tints of Brilliant Rose #FC5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.15%

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

R = 48.65%
G = 18.15%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC5EAC (or 0xFC5EAC) is known color: Brilliant Rose. HEX triplet: FC, 5E and AC. RGB value is (252,94,172). Sum of RGB (Red+Green+Blue) = 252+94+172=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5EAC is #03A153. Grayscale: #959595. Windows color (decimal): -237908 or 11296508. OLE color: 11296508.

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

Color convert

RGB 252 94 172 -
CMYK 0 0.63 0.32 0.01
HSL 330.38º 0.96% 0.68% -
HSV(B) 330.38º 0.63% 0.99% -
XYZ 51.59 31.68 42.43 -
YUV 150.13 140.35 200.66 -
System Red Green Blue C M Y K H S L
Decimal 252 94 172 0 0.63 0.32 0.01 330.38 0.96 0.68
Hex FC 5E AC 0 3F 20 1 14A 60 44
Octal 374 136 254 0 77 40 1 512 140 104
Binary 11111100 1011110 10101100 0 111111 100000 1 101001010 1100000 1000100

Color Harmonies of #FC5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5EAC

Black with #FC5EAC

Text Example


Text Example

White with #FC5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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