Html Css Color HEX #FC66DF Free Speech Magenta

📋 copy color: '#FC66DF'

red 252 ◦ green 102 ◦ blue 223

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

Shades of Free Speech Magenta #FC66DF

Tints of Free Speech Magenta #FC66DF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.68%

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

R = 43.67%
G = 17.68%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC66DF (or 0xFC66DF) is known color: Free Speech Magenta. HEX triplet: FC, 66 and DF. RGB value is (252,102,223). Sum of RGB (Red+Green+Blue) = 252+102+223=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 102 (40.23% from 255 or 17.68% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC66DF is #039920. Grayscale: #A0A0A0. Windows color (decimal): -235809 or 14640892. OLE color: 14640892.

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

Color convert

RGB 252 102 223 -
CMYK 0 0.60 0.12 0.01
HSL 311.6º 0.96% 0.69% -
HSV(B) 311.6º 0.6% 0.99% -
XYZ 58.22 35.53 73.6 -
YUV 160.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 252 102 223 0 0.60 0.12 0.01 311.6 0.96 0.69
Hex FC 66 DF 0 3C C 1 138 60 45
Octal 374 146 337 0 74 14 1 470 140 105
Binary 11111100 1100110 11011111 0 111100 1100 1 100111000 1100000 1000101

Color Harmonies of #FC66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66DF

Black with #FC66DF

Text Example


Text Example

White with #FC66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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