Html Css Color HEX #FC4DAE Brilliant Rose

📋 copy color: '#FC4DAE'

red 252 ◦ green 77 ◦ blue 174

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

Shades of Brilliant Rose #FC4DAE

Tints of Brilliant Rose #FC4DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.59%

R = 50.1%
G = 15.31%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC4DAE (or 0xFC4DAE) is known color: Brilliant Rose. HEX triplet: FC, 4D and AE. RGB value is (252,77,174). Sum of RGB (Red+Green+Blue) = 252+77+174=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4DAE is #03B251. Grayscale: #8C8C8C. Windows color (decimal): -242258 or 11423228. OLE color: 11423228.

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

Color convert

RGB 252 77 174 -
CMYK 0 0.69 0.31 0.01
HSL 326.74º 0.97% 0.65% -
HSV(B) 326.74º 0.69% 0.99% -
XYZ 50.44 29.06 42.99 -
YUV 140.38 146.98 207.61 -
System Red Green Blue C M Y K H S L
Decimal 252 77 174 0 0.69 0.31 0.01 326.74 0.97 0.65
Hex FC 4D AE 0 45 1F 1 147 61 41
Octal 374 115 256 0 105 37 1 507 141 101
Binary 11111100 1001101 10101110 0 1000101 11111 1 101000111 1100001 1000001

Color Harmonies of #FC4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DAE

Black with #FC4DAE

Text Example


Text Example

White with #FC4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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