Html Css Color HEX #FC4FDB Free Speech Magenta

📋 copy color: '#FC4FDB'

red 252 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #FC4FDB

Tints of Free Speech Magenta #FC4FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.36%

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

R = 45.82%
G = 14.36%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC4FDB (or 0xFC4FDB) is known color: Free Speech Magenta. HEX triplet: FC, 4F and DB. RGB value is (252,79,219). Sum of RGB (Red+Green+Blue) = 252+79+219=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 79 (31.25% from 255 or 14.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4FDB is #03B024. Grayscale: #929292. Windows color (decimal): -241701 or 14372860. OLE color: 14372860.

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

Color convert

RGB 252 79 219 -
CMYK 0 0.69 0.13 0.01
HSL 311.45º 0.97% 0.65% -
HSV(B) 311.45º 0.69% 0.99% -
XYZ 55.73 31.4 70.14 -
YUV 146.69 168.81 203.12 -
System Red Green Blue C M Y K H S L
Decimal 252 79 219 0 0.69 0.13 0.01 311.45 0.97 0.65
Hex FC 4F DB 0 45 D 1 137 61 41
Octal 374 117 333 0 105 15 1 467 141 101
Binary 11111100 1001111 11011011 0 1000101 1101 1 100110111 1100001 1000001

Color Harmonies of #FC4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4FDB

Black with #FC4FDB

Text Example


Text Example

White with #FC4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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