Html Css Color HEX #FC5ADF Free Speech Magenta

📋 copy color: '#FC5ADF'

red 252 ◦ green 90 ◦ blue 223

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

Shades of Free Speech Magenta #FC5ADF

Tints of Free Speech Magenta #FC5ADF

RGB

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

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

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

R = 44.6%
G = 15.93%
B = 39.47%

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

#FC5ADF (or 0xFC5ADF) is known color: Free Speech Magenta. HEX triplet: FC, 5A and DF. RGB value is (252,90,223). Sum of RGB (Red+Green+Blue) = 252+90+223=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 90 (35.55% from 255 or 15.93% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ADF is #03A520. Grayscale: #999999. Windows color (decimal): -238881 or 14637820. OLE color: 14637820.

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

Color convert

RGB 252 90 223 -
CMYK 0 0.64 0.12 0.01
HSL 310.74º 0.96% 0.67% -
HSV(B) 310.74º 0.64% 0.99% -
XYZ 57.12 33.34 73.24 -
YUV 153.6 167.17 198.19 -
System Red Green Blue C M Y K H S L
Decimal 252 90 223 0 0.64 0.12 0.01 310.74 0.96 0.67
Hex FC 5A DF 0 40 C 1 137 60 43
Octal 374 132 337 0 100 14 1 467 140 103
Binary 11111100 1011010 11011111 0 1000000 1100 1 100110111 1100000 1000011

Color Harmonies of #FC5ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5ADF

Black with #FC5ADF

Text Example


Text Example

White with #FC5ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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