Html Css Color HEX #FC5FDB Free Speech Magenta

📋 copy color: '#FC5FDB'

red 252 ◦ green 95 ◦ blue 219

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

Shades of Free Speech Magenta #FC5FDB

Tints of Free Speech Magenta #FC5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.78%

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

R = 44.52%
G = 16.78%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC5FDB (or 0xFC5FDB) is known color: Free Speech Magenta. HEX triplet: FC, 5F and DB. RGB value is (252,95,219). Sum of RGB (Red+Green+Blue) = 252+95+219=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 95 (37.5% from 255 or 16.78% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5FDB is #03A024. Grayscale: #9B9B9B. Windows color (decimal): -237605 or 14376956. OLE color: 14376956.

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

Color convert

RGB 252 95 219 -
CMYK 0 0.62 0.13 0.01
HSL 312.61º 0.96% 0.68% -
HSV(B) 312.61º 0.62% 0.99% -
XYZ 57.02 33.99 70.57 -
YUV 156.08 163.51 196.42 -
System Red Green Blue C M Y K H S L
Decimal 252 95 219 0 0.62 0.13 0.01 312.61 0.96 0.68
Hex FC 5F DB 0 3E D 1 139 60 44
Octal 374 137 333 0 76 15 1 471 140 104
Binary 11111100 1011111 11011011 0 111110 1101 1 100111001 1100000 1000100

Color Harmonies of #FC5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FDB

Black with #FC5FDB

Text Example


Text Example

White with #FC5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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