Html Css Color HEX #FC59DB Free Speech Magenta

📋 copy color: '#FC59DB'

red 252 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #FC59DB

Tints of Free Speech Magenta #FC59DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 45%
G = 15.89%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC59DB (or 0xFC59DB) is known color: Free Speech Magenta. HEX triplet: FC, 59 and DB. RGB value is (252,89,219). Sum of RGB (Red+Green+Blue) = 252+89+219=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC59DB is #03A624. Grayscale: #989898. Windows color (decimal): -239141 or 14375420. OLE color: 14375420.

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

Color convert

RGB 252 89 219 -
CMYK 0 0.65 0.13 0.01
HSL 312.15º 0.96% 0.67% -
HSV(B) 312.15º 0.65% 0.99% -
XYZ 56.5 32.95 70.4 -
YUV 152.56 165.5 198.93 -
System Red Green Blue C M Y K H S L
Decimal 252 89 219 0 0.65 0.13 0.01 312.15 0.96 0.67
Hex FC 59 DB 0 41 D 1 138 60 43
Octal 374 131 333 0 101 15 1 470 140 103
Binary 11111100 1011001 11011011 0 1000001 1101 1 100111000 1100000 1000011

Color Harmonies of #FC59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC59DB

Black with #FC59DB

Text Example


Text Example

White with #FC59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC59DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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