Html Css Color HEX #FC5BDD Free Speech Magenta

📋 copy color: '#FC5BDD'

red 252 ◦ green 91 ◦ blue 221

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

Shades of Free Speech Magenta #FC5BDD

Tints of Free Speech Magenta #FC5BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 44.68%
G = 16.13%
B = 39.18%

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

#FC5BDD (or 0xFC5BDD) is known color: Free Speech Magenta. HEX triplet: FC, 5B and DD. RGB value is (252,91,221). Sum of RGB (Red+Green+Blue) = 252+91+221=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 91 (35.94% from 255 or 16.13% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BDD is #03A422. Grayscale: #999999. Windows color (decimal): -238627 or 14507004. OLE color: 14507004.

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

Color convert

RGB 252 91 221 -
CMYK 0 0.64 0.12 0.01
HSL 311.55º 0.96% 0.67% -
HSV(B) 311.55º 0.64% 0.99% -
XYZ 56.94 33.4 71.85 -
YUV 153.96 165.84 197.93 -
System Red Green Blue C M Y K H S L
Decimal 252 91 221 0 0.64 0.12 0.01 311.55 0.96 0.67
Hex FC 5B DD 0 40 C 1 138 60 43
Octal 374 133 335 0 100 14 1 470 140 103
Binary 11111100 1011011 11011101 0 1000000 1100 1 100111000 1100000 1000011

Color Harmonies of #FC5BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BDD

Black with #FC5BDD

Text Example


Text Example

White with #FC5BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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