Html Css Color HEX #FC5EDA Free Speech Magenta

📋 copy color: '#FC5EDA'

red 252 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #FC5EDA

Tints of Free Speech Magenta #FC5EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.67%

 BLUE value IS 218 (85.55% from 255) = 38.65%

R = 44.68%
G = 16.67%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC5EDA (or 0xFC5EDA) is known color: Free Speech Magenta. HEX triplet: FC, 5E and DA. RGB value is (252,94,218). Sum of RGB (Red+Green+Blue) = 252+94+218=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 94 (37.11% from 255 or 16.67% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5EDA is #03A125. Grayscale: #9B9B9B. Windows color (decimal): -237862 or 14311164. OLE color: 14311164.

HSL color Cylindrical-coordinate representation of color #FC5EDA: hue angle of 312.91º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5EDA is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 94 218 -
CMYK 0 0.63 0.13 0.01
HSL 312.91º 0.96% 0.68% -
HSV(B) 312.91º 0.63% 0.99% -
XYZ 56.8 33.76 69.85 -
YUV 155.38 163.35 196.92 -
System Red Green Blue C M Y K H S L
Decimal 252 94 218 0 0.63 0.13 0.01 312.91 0.96 0.68
Hex FC 5E DA 0 3F D 1 139 60 44
Octal 374 136 332 0 77 15 1 471 140 104
Binary 11111100 1011110 11011010 0 111111 1101 1 100111001 1100000 1000100

Color Harmonies of #FC5EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5EDA

Black with #FC5EDA

Text Example


Text Example

White with #FC5EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5EDA; }

 p { color: rgb(252,94,218); }

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

background-color css

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

 a { background-color: rgb(252,94,218); }

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

border-color css

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

 span { border-color: rgb(252,94,218); }

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