Html Css Color HEX #FC5ADD Free Speech Magenta

📋 copy color: '#FC5ADD'

red 252 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #FC5ADD

Tints of Free Speech Magenta #FC5ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.99%

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

R = 44.76%
G = 15.99%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC5ADD (or 0xFC5ADD) is known color: Free Speech Magenta. HEX triplet: FC, 5A and DD. RGB value is (252,90,221). Sum of RGB (Red+Green+Blue) = 252+90+221=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ADD is #03A522. Grayscale: #999999. Windows color (decimal): -238883 or 14506748. OLE color: 14506748.

HSL color Cylindrical-coordinate representation of color #FC5ADD: hue angle of 311.48º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5ADD is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 90 221 -
CMYK 0 0.64 0.12 0.01
HSL 311.48º 0.96% 0.67% -
HSV(B) 311.48º 0.64% 0.99% -
XYZ 56.85 33.23 71.82 -
YUV 153.37 166.17 198.35 -
System Red Green Blue C M Y K H S L
Decimal 252 90 221 0 0.64 0.12 0.01 311.48 0.96 0.67
Hex FC 5A DD 0 40 C 1 137 60 43
Octal 374 132 335 0 100 14 1 467 140 103
Binary 11111100 1011010 11011101 0 1000000 1100 1 100110111 1100000 1000011

Color Harmonies of #FC5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5ADD

Black with #FC5ADD

Text Example


Text Example

White with #FC5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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