Html Css Color HEX #FC5CDB Free Speech Magenta

📋 copy color: '#FC5CDB'

red 252 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #FC5CDB

Tints of Free Speech Magenta #FC5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.34%

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

R = 44.76%
G = 16.34%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC5CDB (or 0xFC5CDB) is known color: Free Speech Magenta. HEX triplet: FC, 5C and DB. RGB value is (252,92,219). Sum of RGB (Red+Green+Blue) = 252+92+219=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 92 (36.33% from 255 or 16.34% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5CDB is #03A324. Grayscale: #999999. Windows color (decimal): -238373 or 14376188. OLE color: 14376188.

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

Color convert

RGB 252 92 219 -
CMYK 0 0.63 0.13 0.01
HSL 312.38º 0.96% 0.67% -
HSV(B) 312.38º 0.63% 0.99% -
XYZ 56.76 33.46 70.49 -
YUV 154.32 164.51 197.67 -
System Red Green Blue C M Y K H S L
Decimal 252 92 219 0 0.63 0.13 0.01 312.38 0.96 0.67
Hex FC 5C DB 0 3F D 1 138 60 43
Octal 374 134 333 0 77 15 1 470 140 103
Binary 11111100 1011100 11011011 0 111111 1101 1 100111000 1100000 1000011

Color Harmonies of #FC5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5CDB

Black with #FC5CDB

Text Example


Text Example

White with #FC5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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