Html Css Color HEX #FC58D8 Free Speech Magenta

📋 copy color: '#FC58D8'

red 252 ◦ green 88 ◦ blue 216

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

Shades of Free Speech Magenta #FC58D8

Tints of Free Speech Magenta #FC58D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.85%

R = 45.32%
G = 15.83%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC58D8 (or 0xFC58D8) is known color: Free Speech Magenta. HEX triplet: FC, 58 and D8. RGB value is (252,88,216). Sum of RGB (Red+Green+Blue) = 252+88+216=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 88 (34.77% from 255 or 15.83% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC58D8 is #03A727. Grayscale: #979797. Windows color (decimal): -239400 or 14178556. OLE color: 14178556.

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

Color convert

RGB 252 88 216 -
CMYK 0 0.65 0.14 0.01
HSL 313.17º 0.96% 0.67% -
HSV(B) 313.17º 0.65% 0.99% -
XYZ 56.03 32.63 68.31 -
YUV 151.63 164.33 199.59 -
System Red Green Blue C M Y K H S L
Decimal 252 88 216 0 0.65 0.14 0.01 313.17 0.96 0.67
Hex FC 58 D8 0 41 E 1 139 60 43
Octal 374 130 330 0 101 16 1 471 140 103
Binary 11111100 1011000 11011000 0 1000001 1110 1 100111001 1100000 1000011

Color Harmonies of #FC58D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC58D8

Black with #FC58D8

Text Example


Text Example

White with #FC58D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC58D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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