#FC61E1

Color #FC61E1 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #FC61E1

Tints of Free Speech Magenta #FC61E1

Color information

#FC61E1 (or 0xFC61E1) is unknown color: approx Free Speech Magenta. HEX triplet: FC, 61 and E1. RGB value is (252,97,225). Sum of RGB (Red+Green+Blue) = 252+97+225=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 97 (38.28% from 255 or 16.90% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC61E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC61E1 is #039E1E. Grayscale: #9D9D9D. Windows color (decimal): -237087 or 14770684. OLE color: 14770684.

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

Color convert

RGB25297225-
CMYK00.620.110.01
HSL310.45º96.27%68.43%-
HSV(B)310.45º61.51%98.82%-
XYZ58.0134.6874.87-
YUV157.94165.85195.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 97 (38.28% from 255) = 16.90%
BLUE value IS 225 (88.28% from 255) = 39.20%
R=43.90%
G=16.90%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529722500.620.110.01310.4596.2768.43
HexFC61E103EB11366044
Octal374141341076131466140104
Binary1111110011000011110000101111101011110011011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC61E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC61E1; }

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

 H1.HeaderClassName
 {
   color: #FC61E1;
 }
 .AnyTagClassName
 {
   color: #FC61E1;
 }
</style>
background-color css

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

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

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

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

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

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