Html Css Color HEX #FC4EDE Free Speech Magenta

📋 copy color: '#FC4EDE'

red 252 ◦ green 78 ◦ blue 222

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

Shades of Free Speech Magenta #FC4EDE

Tints of Free Speech Magenta #FC4EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 45.65%
G = 14.13%
B = 40.22%

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

#FC4EDE (or 0xFC4EDE) is known color: Free Speech Magenta. HEX triplet: FC, 4E and DE. RGB value is (252,78,222). Sum of RGB (Red+Green+Blue) = 252+78+222=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 78 (30.86% from 255 or 14.13% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4EDE is #03B121. Grayscale: #929292. Windows color (decimal): -241954 or 14569212. OLE color: 14569212.

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

Color convert

RGB 252 78 222 -
CMYK 0 0.69 0.12 0.01
HSL 310.34º 0.97% 0.65% -
HSV(B) 310.34º 0.69% 0.99% -
XYZ 56.05 31.42 72.22 -
YUV 146.44 170.65 203.29 -
System Red Green Blue C M Y K H S L
Decimal 252 78 222 0 0.69 0.12 0.01 310.34 0.97 0.65
Hex FC 4E DE 0 45 C 1 136 61 41
Octal 374 116 336 0 105 14 1 466 141 101
Binary 11111100 1001110 11011110 0 1000101 1100 1 100110110 1100001 1000001

Color Harmonies of #FC4EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4EDE

Black with #FC4EDE

Text Example


Text Example

White with #FC4EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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