Html Css Color HEX #FC60DC Free Speech Magenta

📋 copy color: '#FC60DC'

red 252 ◦ green 96 ◦ blue 220

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

Shades of Free Speech Magenta #FC60DC

Tints of Free Speech Magenta #FC60DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.9%

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 44.37%
G = 16.9%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC60DC (or 0xFC60DC) is known color: Free Speech Magenta. HEX triplet: FC, 60 and DC. RGB value is (252,96,220). Sum of RGB (Red+Green+Blue) = 252+96+220=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 96 (37.89% from 255 or 16.90% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60DC is #039F23. Grayscale: #9C9C9C. Windows color (decimal): -237348 or 14442748. OLE color: 14442748.

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

Color convert

RGB 252 96 220 -
CMYK 0 0.62 0.13 0.01
HSL 312.31º 0.96% 0.68% -
HSV(B) 312.31º 0.62% 0.99% -
XYZ 57.25 34.23 71.3 -
YUV 156.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 252 96 220 0 0.62 0.13 0.01 312.31 0.96 0.68
Hex FC 60 DC 0 3E D 1 138 60 44
Octal 374 140 334 0 76 15 1 470 140 104
Binary 11111100 1100000 11011100 0 111110 1101 1 100111000 1100000 1000100

Color Harmonies of #FC60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60DC

Black with #FC60DC

Text Example


Text Example

White with #FC60DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60DC; }

 p { color: rgb(252,96,220); }

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

background-color css

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

 a { background-color: rgb(252,96,220); }

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

border-color css

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

 span { border-color: rgb(252,96,220); }

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