Html Css Color HEX #FC59DF Free Speech Magenta

📋 copy color: '#FC59DF'

red 252 ◦ green 89 ◦ blue 223

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

Shades of Free Speech Magenta #FC59DF

Tints of Free Speech Magenta #FC59DF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.78%

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 44.68%
G = 15.78%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC59DF (or 0xFC59DF) is known color: Free Speech Magenta. HEX triplet: FC, 59 and DF. RGB value is (252,89,223). Sum of RGB (Red+Green+Blue) = 252+89+223=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 89 (35.16% from 255 or 15.78% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC59DF is #03A620. Grayscale: #989898. Windows color (decimal): -239137 or 14637564. OLE color: 14637564.

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

Color convert

RGB 252 89 223 -
CMYK 0 0.65 0.12 0.01
HSL 310.67º 0.96% 0.67% -
HSV(B) 310.67º 0.65% 0.99% -
XYZ 57.04 33.17 73.21 -
YUV 153.01 167.5 198.6 -
System Red Green Blue C M Y K H S L
Decimal 252 89 223 0 0.65 0.12 0.01 310.67 0.96 0.67
Hex FC 59 DF 0 41 C 1 137 60 43
Octal 374 131 337 0 101 14 1 467 140 103
Binary 11111100 1011001 11011111 0 1000001 1100 1 100110111 1100000 1000011

Color Harmonies of #FC59DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC59DF

Black with #FC59DF

Text Example


Text Example

White with #FC59DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC59DF; }

 p { color: rgb(252,89,223); }

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

background-color css

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

 a { background-color: rgb(252,89,223); }

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

border-color css

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

 span { border-color: rgb(252,89,223); }

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