Html Css Color HEX #FC60E3 Free Speech Magenta

📋 copy color: '#FC60E3'

red 252 ◦ green 96 ◦ blue 227

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

Shades of Free Speech Magenta #FC60E3

Tints of Free Speech Magenta #FC60E3

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.7%

 BLUE value IS 227 (89.06% from 255) = 39.48%

R = 43.83%
G = 16.7%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC60E3 (or 0xFC60E3) is known color: Free Speech Magenta. HEX triplet: FC, 60 and E3. RGB value is (252,96,227). Sum of RGB (Red+Green+Blue) = 252+96+227=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 96 (37.89% from 255 or 16.70% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60E3 is #039F1C. Grayscale: #9D9D9D. Windows color (decimal): -237341 or 14901500. OLE color: 14901500.

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

Color convert

RGB 252 96 227 -
CMYK 0 0.62 0.10 0.01
HSL 309.62º 0.96% 0.68% -
HSV(B) 309.62º 0.62% 0.99% -
XYZ 58.19 34.61 76.29 -
YUV 157.58 167.18 195.35 -
System Red Green Blue C M Y K H S L
Decimal 252 96 227 0 0.62 0.10 0.01 309.62 0.96 0.68
Hex FC 60 E3 0 3E A 1 136 60 44
Octal 374 140 343 0 76 12 1 466 140 104
Binary 11111100 1100000 11100011 0 111110 1010 1 100110110 1100000 1000100

Color Harmonies of #FC60E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60E3

Black with #FC60E3

Text Example


Text Example

White with #FC60E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60E3; }

 p { color: rgb(252,96,227); }

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

background-color css

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

 a { background-color: rgb(252,96,227); }

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

border-color css

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

 span { border-color: rgb(252,96,227); }

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