Html Css Color HEX #FC5FDF Free Speech Magenta

📋 copy color: '#FC5FDF'

red 252 ◦ green 95 ◦ blue 223

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

Shades of Free Speech Magenta #FC5FDF

Tints of Free Speech Magenta #FC5FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 44.21%
G = 16.67%
B = 39.12%

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

#FC5FDF (or 0xFC5FDF) is known color: Free Speech Magenta. HEX triplet: FC, 5F and DF. RGB value is (252,95,223). Sum of RGB (Red+Green+Blue) = 252+95+223=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 95 (37.5% from 255 or 16.67% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5FDF is #03A020. Grayscale: #9C9C9C. Windows color (decimal): -237601 or 14639100. OLE color: 14639100.

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

Color convert

RGB 252 95 223 -
CMYK 0 0.62 0.12 0.01
HSL 311.08º 0.96% 0.68% -
HSV(B) 311.08º 0.62% 0.99% -
XYZ 57.56 34.21 73.38 -
YUV 156.54 165.51 196.09 -
System Red Green Blue C M Y K H S L
Decimal 252 95 223 0 0.62 0.12 0.01 311.08 0.96 0.68
Hex FC 5F DF 0 3E C 1 137 60 44
Octal 374 137 337 0 76 14 1 467 140 104
Binary 11111100 1011111 11011111 0 111110 1100 1 100110111 1100000 1000100

Color Harmonies of #FC5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FDF

Black with #FC5FDF

Text Example


Text Example

White with #FC5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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