Html Css Color HEX #FC4CDD Free Speech Magenta

📋 copy color: '#FC4CDD'

red 252 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Magenta #FC4CDD

Tints of Free Speech Magenta #FC4CDD

RGB

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

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

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

R = 45.9%
G = 13.84%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC4CDD (or 0xFC4CDD) is known color: Free Speech Magenta. HEX triplet: FC, 4C and DD. RGB value is (252,76,221). Sum of RGB (Red+Green+Blue) = 252+76+221=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4CDD is #03B322. Grayscale: #909090. Windows color (decimal): -242467 or 14503164. OLE color: 14503164.

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

Color convert

RGB 252 76 221 -
CMYK 0 0.70 0.12 0.01
HSL 310.57º 0.97% 0.64% -
HSV(B) 310.57º 0.7% 0.99% -
XYZ 55.78 31.08 71.47 -
YUV 145.15 170.81 204.21 -
System Red Green Blue C M Y K H S L
Decimal 252 76 221 0 0.70 0.12 0.01 310.57 0.97 0.64
Hex FC 4C DD 0 46 C 1 137 61 40
Octal 374 114 335 0 106 14 1 467 141 100
Binary 11111100 1001100 11011101 0 1000110 1100 1 100110111 1100001 1000000

Color Harmonies of #FC4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4CDD

Black with #FC4CDD

Text Example


Text Example

White with #FC4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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