Html Css Color HEX #FC5DDD Free Speech Magenta

📋 copy color: '#FC5DDD'

red 252 ◦ green 93 ◦ blue 221

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

Shades of Free Speech Magenta #FC5DDD

Tints of Free Speech Magenta #FC5DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.43%

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

R = 44.52%
G = 16.43%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC5DDD (or 0xFC5DDD) is known color: Free Speech Magenta. HEX triplet: FC, 5D and DD. RGB value is (252,93,221). Sum of RGB (Red+Green+Blue) = 252+93+221=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DDD is #03A222. Grayscale: #9A9A9A. Windows color (decimal): -238115 or 14507516. OLE color: 14507516.

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

Color convert

RGB 252 93 221 -
CMYK 0 0.63 0.12 0.01
HSL 311.7º 0.96% 0.68% -
HSV(B) 311.7º 0.63% 0.99% -
XYZ 57.11 33.74 71.91 -
YUV 155.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 252 93 221 0 0.63 0.12 0.01 311.7 0.96 0.68
Hex FC 5D DD 0 3F C 1 138 60 44
Octal 374 135 335 0 77 14 1 470 140 104
Binary 11111100 1011101 11011101 0 111111 1100 1 100111000 1100000 1000100

Color Harmonies of #FC5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DDD

Black with #FC5DDD

Text Example


Text Example

White with #FC5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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