Html Css Color HEX #FC5BDB Free Speech Magenta

📋 copy color: '#FC5BDB'

red 252 ◦ green 91 ◦ blue 219

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

Shades of Free Speech Magenta #FC5BDB

Tints of Free Speech Magenta #FC5BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.19%

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

R = 44.84%
G = 16.19%
B = 38.97%

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

#FC5BDB (or 0xFC5BDB) is known color: Free Speech Magenta. HEX triplet: FC, 5B and DB. RGB value is (252,91,219). Sum of RGB (Red+Green+Blue) = 252+91+219=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 91 (35.94% from 255 or 16.19% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BDB is #03A424. Grayscale: #999999. Windows color (decimal): -238629 or 14375932. OLE color: 14375932.

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

Color convert

RGB 252 91 219 -
CMYK 0 0.64 0.13 0.01
HSL 312.3º 0.96% 0.67% -
HSV(B) 312.3º 0.64% 0.99% -
XYZ 56.67 33.29 70.46 -
YUV 153.73 164.84 198.09 -
System Red Green Blue C M Y K H S L
Decimal 252 91 219 0 0.64 0.13 0.01 312.3 0.96 0.67
Hex FC 5B DB 0 40 D 1 138 60 43
Octal 374 133 333 0 100 15 1 470 140 103
Binary 11111100 1011011 11011011 0 1000000 1101 1 100111000 1100000 1000011

Color Harmonies of #FC5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BDB

Black with #FC5BDB

Text Example


Text Example

White with #FC5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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