Html Css Color HEX #FC58DB Free Speech Magenta

📋 copy color: '#FC58DB'

red 252 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #FC58DB

Tints of Free Speech Magenta #FC58DB

RGB

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

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

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

R = 45.08%
G = 15.74%
B = 39.18%

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

#FC58DB (or 0xFC58DB) is known color: Free Speech Magenta. HEX triplet: FC, 58 and DB. RGB value is (252,88,219). Sum of RGB (Red+Green+Blue) = 252+88+219=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 88 (34.77% from 255 or 15.74% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC58DB is #03A724. Grayscale: #979797. Windows color (decimal): -239397 or 14375164. OLE color: 14375164.

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

Color convert

RGB 252 88 219 -
CMYK 0 0.65 0.13 0.01
HSL 312.07º 0.96% 0.67% -
HSV(B) 312.07º 0.65% 0.99% -
XYZ 56.42 32.79 70.37 -
YUV 151.97 165.83 199.35 -
System Red Green Blue C M Y K H S L
Decimal 252 88 219 0 0.65 0.13 0.01 312.07 0.96 0.67
Hex FC 58 DB 0 41 D 1 138 60 43
Octal 374 130 333 0 101 15 1 470 140 103
Binary 11111100 1011000 11011011 0 1000001 1101 1 100111000 1100000 1000011

Color Harmonies of #FC58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC58DB

Black with #FC58DB

Text Example


Text Example

White with #FC58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC58DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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