Html Css Color HEX #FC4EAA Brilliant Rose

📋 copy color: '#FC4EAA'

red 252 ◦ green 78 ◦ blue 170

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

Shades of Brilliant Rose #FC4EAA

Tints of Brilliant Rose #FC4EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.6%

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

R = 50.4%
G = 15.6%
B = 34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC4EAA (or 0xFC4EAA) is known color: Brilliant Rose. HEX triplet: FC, 4E and AA. RGB value is (252,78,170). Sum of RGB (Red+Green+Blue) = 252+78+170=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4EAA is #03B155. Grayscale: #8C8C8C. Windows color (decimal): -242006 or 11161340. OLE color: 11161340.

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

Color convert

RGB 252 78 170 -
CMYK 0 0.69 0.33 0.01
HSL 328.28º 0.97% 0.65% -
HSV(B) 328.28º 0.69% 0.99% -
XYZ 50.12 29.05 40.99 -
YUV 140.51 144.65 207.52 -
System Red Green Blue C M Y K H S L
Decimal 252 78 170 0 0.69 0.33 0.01 328.28 0.97 0.65
Hex FC 4E AA 0 45 21 1 148 61 41
Octal 374 116 252 0 105 41 1 510 141 101
Binary 11111100 1001110 10101010 0 1000101 100001 1 101001000 1100001 1000001

Color Harmonies of #FC4EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4EAA

Black with #FC4EAA

Text Example


Text Example

White with #FC4EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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