Html Css Color HEX #FC4FDF Free Speech Magenta

📋 copy color: '#FC4FDF'

red 252 ◦ green 79 ◦ blue 223

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

Shades of Free Speech Magenta #FC4FDF

Tints of Free Speech Magenta #FC4FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 45.49%
G = 14.26%
B = 40.25%

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

#FC4FDF (or 0xFC4FDF) is known color: Free Speech Magenta. HEX triplet: FC, 4F and DF. RGB value is (252,79,223). Sum of RGB (Red+Green+Blue) = 252+79+223=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 79 (31.25% from 255 or 14.26% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4FDF is #03B020. Grayscale: #929292. Windows color (decimal): -241697 or 14635004. OLE color: 14635004.

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

Color convert

RGB 252 79 223 -
CMYK 0 0.69 0.12 0.01
HSL 310.06º 0.97% 0.65% -
HSV(B) 310.06º 0.69% 0.99% -
XYZ 56.26 31.62 72.95 -
YUV 147.14 170.81 202.79 -
System Red Green Blue C M Y K H S L
Decimal 252 79 223 0 0.69 0.12 0.01 310.06 0.97 0.65
Hex FC 4F DF 0 45 C 1 136 61 41
Octal 374 117 337 0 105 14 1 466 141 101
Binary 11111100 1001111 11011111 0 1000101 1100 1 100110110 1100001 1000001

Color Harmonies of #FC4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4FDF

Black with #FC4FDF

Text Example


Text Example

White with #FC4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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