Html Css Color HEX #FC5ADB Free Speech Magenta

📋 copy color: '#FC5ADB'

red 252 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #FC5ADB

Tints of Free Speech Magenta #FC5ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.04%

R = 44.92%
G = 16.04%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC5ADB (or 0xFC5ADB) is known color: Free Speech Magenta. HEX triplet: FC, 5A and DB. RGB value is (252,90,219). Sum of RGB (Red+Green+Blue) = 252+90+219=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 90 (35.55% from 255 or 16.04% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ADB is #03A524. Grayscale: #989898. Windows color (decimal): -238885 or 14375676. OLE color: 14375676.

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

Color convert

RGB 252 90 219 -
CMYK 0 0.64 0.13 0.01
HSL 312.22º 0.96% 0.67% -
HSV(B) 312.22º 0.64% 0.99% -
XYZ 56.59 33.12 70.43 -
YUV 153.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 252 90 219 0 0.64 0.13 0.01 312.22 0.96 0.67
Hex FC 5A DB 0 40 D 1 138 60 43
Octal 374 132 333 0 100 15 1 470 140 103
Binary 11111100 1011010 11011011 0 1000000 1101 1 100111000 1100000 1000011

Color Harmonies of #FC5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5ADB

Black with #FC5ADB

Text Example


Text Example

White with #FC5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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