Html Css Color HEX #FC60DB Free Speech Magenta

📋 copy color: '#FC60DB'

red 252 ◦ green 96 ◦ blue 219

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

Shades of Free Speech Magenta #FC60DB

Tints of Free Speech Magenta #FC60DB

RGB

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

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

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

R = 44.44%
G = 16.93%
B = 38.62%

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

#FC60DB (or 0xFC60DB) is known color: Free Speech Magenta. HEX triplet: FC, 60 and DB. RGB value is (252,96,219). Sum of RGB (Red+Green+Blue) = 252+96+219=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 96 (37.89% from 255 or 16.93% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60DB is #039F24. Grayscale: #9C9C9C. Windows color (decimal): -237349 or 14377212. OLE color: 14377212.

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

Color convert

RGB 252 96 219 -
CMYK 0 0.62 0.13 0.01
HSL 312.69º 0.96% 0.68% -
HSV(B) 312.69º 0.62% 0.99% -
XYZ 57.11 34.18 70.6 -
YUV 156.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 252 96 219 0 0.62 0.13 0.01 312.69 0.96 0.68
Hex FC 60 DB 0 3E D 1 139 60 44
Octal 374 140 333 0 76 15 1 471 140 104
Binary 11111100 1100000 11011011 0 111110 1101 1 100111001 1100000 1000100

Color Harmonies of #FC60DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60DB

Black with #FC60DB

Text Example


Text Example

White with #FC60DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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