Html Css Color HEX #FC4FDD Free Speech Magenta

📋 copy color: '#FC4FDD'

red 252 ◦ green 79 ◦ blue 221

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

Shades of Free Speech Magenta #FC4FDD

Tints of Free Speech Magenta #FC4FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 45.65%
G = 14.31%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC4FDD (or 0xFC4FDD) is known color: Free Speech Magenta. HEX triplet: FC, 4F and DD. RGB value is (252,79,221). Sum of RGB (Red+Green+Blue) = 252+79+221=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 79 (31.25% from 255 or 14.31% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4FDD is #03B022. Grayscale: #929292. Windows color (decimal): -241699 or 14503932. OLE color: 14503932.

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

Color convert

RGB 252 79 221 -
CMYK 0 0.69 0.12 0.01
HSL 310.75º 0.97% 0.65% -
HSV(B) 310.75º 0.69% 0.99% -
XYZ 55.99 31.51 71.54 -
YUV 146.92 169.81 202.95 -
System Red Green Blue C M Y K H S L
Decimal 252 79 221 0 0.69 0.12 0.01 310.75 0.97 0.65
Hex FC 4F DD 0 45 C 1 137 61 41
Octal 374 117 335 0 105 14 1 467 141 101
Binary 11111100 1001111 11011101 0 1000101 1100 1 100110111 1100001 1000001

Color Harmonies of #FC4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4FDD

Black with #FC4FDD

Text Example


Text Example

White with #FC4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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