Html Css Color HEX #FC58E5 Free Speech Magenta

📋 copy color: '#FC58E5'

red 252 ◦ green 88 ◦ blue 229

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

Shades of Free Speech Magenta #FC58E5

Tints of Free Speech Magenta #FC58E5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.47%

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

R = 44.29%
G = 15.47%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC58E5 (or 0xFC58E5) is known color: Free Speech Magenta. HEX triplet: FC, 58 and E5. RGB value is (252,88,229). Sum of RGB (Red+Green+Blue) = 252+88+229=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 88 (34.77% from 255 or 15.47% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC58E5 is #03A71A. Grayscale: #989898. Windows color (decimal): -239387 or 15030524. OLE color: 15030524.

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

Color convert

RGB 252 88 229 -
CMYK 0 0.65 0.09 0.01
HSL 308.41º 0.96% 0.67% -
HSV(B) 308.41º 0.65% 0.99% -
XYZ 57.78 33.33 77.52 -
YUV 153.11 170.83 198.54 -
System Red Green Blue C M Y K H S L
Decimal 252 88 229 0 0.65 0.09 0.01 308.41 0.96 0.67
Hex FC 58 E5 0 41 9 1 134 60 43
Octal 374 130 345 0 101 11 1 464 140 103
Binary 11111100 1011000 11100101 0 1000001 1001 1 100110100 1100000 1000011

Color Harmonies of #FC58E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC58E5

Black with #FC58E5

Text Example


Text Example

White with #FC58E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC58E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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