Html Css Color HEX #FC5ADE Free Speech Magenta

📋 copy color: '#FC5ADE'

red 252 ◦ green 90 ◦ blue 222

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

Shades of Free Speech Magenta #FC5ADE

Tints of Free Speech Magenta #FC5ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 44.68%
G = 15.96%
B = 39.36%

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

#FC5ADE (or 0xFC5ADE) is known color: Free Speech Magenta. HEX triplet: FC, 5A and DE. RGB value is (252,90,222). Sum of RGB (Red+Green+Blue) = 252+90+222=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 90 (35.55% from 255 or 15.96% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ADE is #03A521. Grayscale: #999999. Windows color (decimal): -238882 or 14572284. OLE color: 14572284.

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

Color convert

RGB 252 90 222 -
CMYK 0 0.64 0.12 0.01
HSL 311.11º 0.96% 0.67% -
HSV(B) 311.11º 0.64% 0.99% -
XYZ 56.99 33.28 72.53 -
YUV 153.49 166.67 198.27 -
System Red Green Blue C M Y K H S L
Decimal 252 90 222 0 0.64 0.12 0.01 311.11 0.96 0.67
Hex FC 5A DE 0 40 C 1 137 60 43
Octal 374 132 336 0 100 14 1 467 140 103
Binary 11111100 1011010 11011110 0 1000000 1100 1 100110111 1100000 1000011

Color Harmonies of #FC5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5ADE

Black with #FC5ADE

Text Example


Text Example

White with #FC5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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