Html Css Color HEX #FC4DAC Brilliant Rose

📋 copy color: '#FC4DAC'

red 252 ◦ green 77 ◦ blue 172

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

Shades of Brilliant Rose #FC4DAC

Tints of Brilliant Rose #FC4DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.37%

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

R = 50.3%
G = 15.37%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC4DAC (or 0xFC4DAC) is known color: Brilliant Rose. HEX triplet: FC, 4D and AC. RGB value is (252,77,172). Sum of RGB (Red+Green+Blue) = 252+77+172=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4DAC is #03B253. Grayscale: #8B8B8B. Windows color (decimal): -242260 or 11292156. OLE color: 11292156.

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

Color convert

RGB 252 77 172 -
CMYK 0 0.69 0.32 0.01
HSL 327.43º 0.97% 0.65% -
HSV(B) 327.43º 0.69% 0.99% -
XYZ 50.25 28.98 41.98 -
YUV 140.16 145.98 207.78 -
System Red Green Blue C M Y K H S L
Decimal 252 77 172 0 0.69 0.32 0.01 327.43 0.97 0.65
Hex FC 4D AC 0 45 20 1 147 61 41
Octal 374 115 254 0 105 40 1 507 141 101
Binary 11111100 1001101 10101100 0 1000101 100000 1 101000111 1100001 1000001

Color Harmonies of #FC4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DAC

Black with #FC4DAC

Text Example


Text Example

White with #FC4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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