Html Css Color HEX #FC51DB Free Speech Magenta

📋 copy color: '#FC51DB'

red 252 ◦ green 81 ◦ blue 219

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

Shades of Free Speech Magenta #FC51DB

Tints of Free Speech Magenta #FC51DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.67%

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

R = 45.65%
G = 14.67%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC51DB (or 0xFC51DB) is known color: Free Speech Magenta. HEX triplet: FC, 51 and DB. RGB value is (252,81,219). Sum of RGB (Red+Green+Blue) = 252+81+219=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 81 (32.03% from 255 or 14.67% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51DB is #03AE24. Grayscale: #939393. Windows color (decimal): -241189 or 14373372. OLE color: 14373372.

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

Color convert

RGB 252 81 219 -
CMYK 0 0.68 0.13 0.01
HSL 311.58º 0.97% 0.65% -
HSV(B) 311.58º 0.68% 0.99% -
XYZ 55.87 31.69 70.19 -
YUV 147.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 252 81 219 0 0.68 0.13 0.01 311.58 0.97 0.65
Hex FC 51 DB 0 44 D 1 138 61 41
Octal 374 121 333 0 104 15 1 470 141 101
Binary 11111100 1010001 11011011 0 1000100 1101 1 100111000 1100001 1000001

Color Harmonies of #FC51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC51DB

Black with #FC51DB

Text Example


Text Example

White with #FC51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC51DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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