#F261DF

Color #F261DF Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F261DF

Tints of Free Speech Magenta #F261DF

Color information

#F261DF (or 0xF261DF) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 61 and DF. RGB value is (242,97,223). Sum of RGB (Red+Green+Blue) = 242+97+223=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 97 (38.28% from 255 or 17.26% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F261DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261DF is #0D9E20. Grayscale: #9A9A9A. Windows color (decimal): -892449 or 14639602. OLE color: 14639602.

HSL color Cylindrical-coordinate representation of color #F261DF: hue angle of 307.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F261DF is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB24297223-
CMYK00.600.080.05
HSL307.86º84.8%66.47%-
HSV(B)307.86º59.92%94.9%-
XYZ54.2132.7573.28-
YUV154.72166.54190.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 97 (38.28% from 255) = 17.26%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=43.06%
G=17.26%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429722300.600.080.05307.8684.866.47
HexF261DF03C851345542
Octal362141337074105464125102
Binary111100101100001110111110111100100010110011010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F261DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F261DF; }

 p { color: rgb(242,97,223); }

 H1.HeaderClassName
 {
   color: #F261DF;
 }
 .AnyTagClassName
 {
   color: #F261DF;
 }
</style>
background-color css

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

 a { background-color: rgb(242,97,223); }

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

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

 span { border-color: rgb(242,97,223); }

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