Html Css Color HEX #FC5FDD Free Speech Magenta

📋 copy color: '#FC5FDD'

red 252 ◦ green 95 ◦ blue 221

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

Shades of Free Speech Magenta #FC5FDD

Tints of Free Speech Magenta #FC5FDD

RGB

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

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

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

R = 44.37%
G = 16.73%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC5FDD (or 0xFC5FDD) is known color: Free Speech Magenta. HEX triplet: FC, 5F and DD. RGB value is (252,95,221). Sum of RGB (Red+Green+Blue) = 252+95+221=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 95 (37.5% from 255 or 16.73% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5FDD is #03A022. Grayscale: #9B9B9B. Windows color (decimal): -237603 or 14508028. OLE color: 14508028.

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

Color convert

RGB 252 95 221 -
CMYK 0 0.62 0.12 0.01
HSL 311.85º 0.96% 0.68% -
HSV(B) 311.85º 0.62% 0.99% -
XYZ 57.29 34.1 71.97 -
YUV 156.31 164.51 196.25 -
System Red Green Blue C M Y K H S L
Decimal 252 95 221 0 0.62 0.12 0.01 311.85 0.96 0.68
Hex FC 5F DD 0 3E C 1 138 60 44
Octal 374 137 335 0 76 14 1 470 140 104
Binary 11111100 1011111 11011101 0 111110 1100 1 100111000 1100000 1000100

Color Harmonies of #FC5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FDD

Black with #FC5FDD

Text Example


Text Example

White with #FC5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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