Html Css Color HEX #FC55E1 Free Speech Magenta

📋 copy color: '#FC55E1'

red 252 ◦ green 85 ◦ blue 225

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

Shades of Free Speech Magenta #FC55E1

Tints of Free Speech Magenta #FC55E1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.12%

 BLUE value IS 225 (88.28% from 255) = 40.04%

R = 44.84%
G = 15.12%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC55E1 (or 0xFC55E1) is known color: Free Speech Magenta. HEX triplet: FC, 55 and E1. RGB value is (252,85,225). Sum of RGB (Red+Green+Blue) = 252+85+225=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55E1 is #03AA1E. Grayscale: #969696. Windows color (decimal): -240159 or 14767612. OLE color: 14767612.

HSL color Cylindrical-coordinate representation of color #FC55E1: hue angle of 309.7º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC55E1 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 85 225 -
CMYK 0 0.66 0.11 0.01
HSL 309.7º 0.97% 0.66% -
HSV(B) 309.7º 0.66% 0.99% -
XYZ 56.98 32.63 74.53 -
YUV 150.89 169.83 200.12 -
System Red Green Blue C M Y K H S L
Decimal 252 85 225 0 0.66 0.11 0.01 309.7 0.97 0.66
Hex FC 55 E1 0 42 B 1 136 61 42
Octal 374 125 341 0 102 13 1 466 141 102
Binary 11111100 1010101 11100001 0 1000010 1011 1 100110110 1100001 1000010

Color Harmonies of #FC55E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55E1

Black with #FC55E1

Text Example


Text Example

White with #FC55E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55E1; }

 p { color: rgb(252,85,225); }

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

background-color css

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

 a { background-color: rgb(252,85,225); }

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

border-color css

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

 span { border-color: rgb(252,85,225); }

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