Html Css Color HEX #FC4CE1 Free Speech Magenta

📋 copy color: '#FC4CE1'

red 252 ◦ green 76 ◦ blue 225

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

Shades of Free Speech Magenta #FC4CE1

Tints of Free Speech Magenta #FC4CE1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.74%

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 45.57%
G = 13.74%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC4CE1 (or 0xFC4CE1) is known color: Free Speech Magenta. HEX triplet: FC, 4C and E1. RGB value is (252,76,225). Sum of RGB (Red+Green+Blue) = 252+76+225=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 76 (30.08% from 255 or 13.74% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4CE1 is #03B31E. Grayscale: #919191. Windows color (decimal): -242463 or 14765308. OLE color: 14765308.

HSL color Cylindrical-coordinate representation of color #FC4CE1: hue angle of 309.2º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4CE1 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 76 225 -
CMYK 0 0.70 0.11 0.01
HSL 309.2º 0.97% 0.64% -
HSV(B) 309.2º 0.7% 0.99% -
XYZ 56.32 31.3 74.31 -
YUV 145.61 172.81 203.88 -
System Red Green Blue C M Y K H S L
Decimal 252 76 225 0 0.70 0.11 0.01 309.2 0.97 0.64
Hex FC 4C E1 0 46 B 1 135 61 40
Octal 374 114 341 0 106 13 1 465 141 100
Binary 11111100 1001100 11100001 0 1000110 1011 1 100110101 1100001 1000000

Color Harmonies of #FC4CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4CE1

Black with #FC4CE1

Text Example


Text Example

White with #FC4CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4CE1; }

 p { color: rgb(252,76,225); }

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

background-color css

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

 a { background-color: rgb(252,76,225); }

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

border-color css

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

 span { border-color: rgb(252,76,225); }

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