Html Css Color HEX #FC60E5 Free Speech Magenta

📋 copy color: '#FC60E5'

red 252 ◦ green 96 ◦ blue 229

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

Shades of Free Speech Magenta #FC60E5

Tints of Free Speech Magenta #FC60E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.69%

R = 43.67%
G = 16.64%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC60E5 (or 0xFC60E5) is known color: Free Speech Magenta. HEX triplet: FC, 60 and E5. RGB value is (252,96,229). Sum of RGB (Red+Green+Blue) = 252+96+229=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 96 (37.89% from 255 or 16.64% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60E5 is #039F1A. Grayscale: #9D9D9D. Windows color (decimal): -237339 or 15032572. OLE color: 15032572.

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

Color convert

RGB 252 96 229 -
CMYK 0 0.62 0.09 0.01
HSL 308.85º 0.96% 0.68% -
HSV(B) 308.85º 0.62% 0.99% -
XYZ 58.47 34.72 77.75 -
YUV 157.81 168.18 195.19 -
System Red Green Blue C M Y K H S L
Decimal 252 96 229 0 0.62 0.09 0.01 308.85 0.96 0.68
Hex FC 60 E5 0 3E 9 1 135 60 44
Octal 374 140 345 0 76 11 1 465 140 104
Binary 11111100 1100000 11100101 0 111110 1001 1 100110101 1100000 1000100

Color Harmonies of #FC60E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60E5

Black with #FC60E5

Text Example


Text Example

White with #FC60E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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