Html Css Color HEX #FC65DF Free Speech Magenta

📋 copy color: '#FC65DF'

red 252 ◦ green 101 ◦ blue 223

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

Shades of Free Speech Magenta #FC65DF

Tints of Free Speech Magenta #FC65DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.53%

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

R = 43.75%
G = 17.53%
B = 38.72%

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

#FC65DF (or 0xFC65DF) is known color: Free Speech Magenta. HEX triplet: FC, 65 and DF. RGB value is (252,101,223). Sum of RGB (Red+Green+Blue) = 252+101+223=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 101 (39.84% from 255 or 17.53% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65DF is #039A20. Grayscale: #9F9F9F. Windows color (decimal): -236065 or 14640636. OLE color: 14640636.

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

Color convert

RGB 252 101 223 -
CMYK 0 0.60 0.12 0.01
HSL 311.52º 0.96% 0.69% -
HSV(B) 311.52º 0.6% 0.99% -
XYZ 58.12 35.33 73.57 -
YUV 160.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 252 101 223 0 0.60 0.12 0.01 311.52 0.96 0.69
Hex FC 65 DF 0 3C C 1 138 60 45
Octal 374 145 337 0 74 14 1 470 140 105
Binary 11111100 1100101 11011111 0 111100 1100 1 100111000 1100000 1000101

Color Harmonies of #FC65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65DF

Black with #FC65DF

Text Example


Text Example

White with #FC65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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