Html Css Color HEX #FC53DB Free Speech Magenta

📋 copy color: '#FC53DB'

red 252 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #FC53DB

Tints of Free Speech Magenta #FC53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.98%

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

R = 45.49%
G = 14.98%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC53DB (or 0xFC53DB) is known color: Free Speech Magenta. HEX triplet: FC, 53 and DB. RGB value is (252,83,219). Sum of RGB (Red+Green+Blue) = 252+83+219=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 83 (32.81% from 255 or 14.98% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53DB is #03AC24. Grayscale: #949494. Windows color (decimal): -240677 or 14373884. OLE color: 14373884.

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

Color convert

RGB 252 83 219 -
CMYK 0 0.67 0.13 0.01
HSL 311.72º 0.97% 0.66% -
HSV(B) 311.72º 0.67% 0.99% -
XYZ 56.02 32 70.24 -
YUV 149.04 167.49 201.44 -
System Red Green Blue C M Y K H S L
Decimal 252 83 219 0 0.67 0.13 0.01 311.72 0.97 0.66
Hex FC 53 DB 0 43 D 1 138 61 42
Octal 374 123 333 0 103 15 1 470 141 102
Binary 11111100 1010011 11011011 0 1000011 1101 1 100111000 1100001 1000010

Color Harmonies of #FC53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53DB

Black with #FC53DB

Text Example


Text Example

White with #FC53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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