Html Css Color HEX #FC4EDD Free Speech Magenta

📋 copy color: '#FC4EDD'

red 252 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Magenta #FC4EDD

Tints of Free Speech Magenta #FC4EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 45.74%
G = 14.16%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC4EDD (or 0xFC4EDD) is known color: Free Speech Magenta. HEX triplet: FC, 4E and DD. RGB value is (252,78,221). Sum of RGB (Red+Green+Blue) = 252+78+221=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 78 (30.86% from 255 or 14.16% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4EDD is #03B122. Grayscale: #919191. Windows color (decimal): -241955 or 14503676. OLE color: 14503676.

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

Color convert

RGB 252 78 221 -
CMYK 0 0.69 0.12 0.01
HSL 310.69º 0.97% 0.65% -
HSV(B) 310.69º 0.69% 0.99% -
XYZ 55.92 31.36 71.51 -
YUV 146.33 170.15 203.37 -
System Red Green Blue C M Y K H S L
Decimal 252 78 221 0 0.69 0.12 0.01 310.69 0.97 0.65
Hex FC 4E DD 0 45 C 1 137 61 41
Octal 374 116 335 0 105 14 1 467 141 101
Binary 11111100 1001110 11011101 0 1000101 1100 1 100110111 1100001 1000001

Color Harmonies of #FC4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4EDD

Black with #FC4EDD

Text Example


Text Example

White with #FC4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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