Html Css Color HEX #FC52DB Free Speech Magenta

📋 copy color: '#FC52DB'

red 252 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Magenta #FC52DB

Tints of Free Speech Magenta #FC52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.83%

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

R = 45.57%
G = 14.83%
B = 39.6%

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

#FC52DB (or 0xFC52DB) is known color: Free Speech Magenta. HEX triplet: FC, 52 and DB. RGB value is (252,82,219). Sum of RGB (Red+Green+Blue) = 252+82+219=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 82 (32.42% from 255 or 14.83% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52DB is #03AD24. Grayscale: #949494. Windows color (decimal): -240933 or 14373628. OLE color: 14373628.

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

Color convert

RGB 252 82 219 -
CMYK 0 0.67 0.13 0.01
HSL 311.65º 0.97% 0.65% -
HSV(B) 311.65º 0.67% 0.99% -
XYZ 55.95 31.84 70.22 -
YUV 148.45 167.82 201.86 -
System Red Green Blue C M Y K H S L
Decimal 252 82 219 0 0.67 0.13 0.01 311.65 0.97 0.65
Hex FC 52 DB 0 43 D 1 138 61 41
Octal 374 122 333 0 103 15 1 470 141 101
Binary 11111100 1010010 11011011 0 1000011 1101 1 100111000 1100001 1000001

Color Harmonies of #FC52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52DB

Black with #FC52DB

Text Example


Text Example

White with #FC52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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