#F260DA

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

Shades of Free Speech Magenta #F260DA

Tints of Free Speech Magenta #F260DA

Color information

#F260DA (or 0xF260DA) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 60 and DA. RGB value is (242,96,218). Sum of RGB (Red+Green+Blue) = 242+96+218=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F260DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260DA is #0D9F25. Grayscale: #999999. Windows color (decimal): -892710 or 14311666. OLE color: 14311666.

HSL color Cylindrical-coordinate representation of color #F260DA: hue angle of 309.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 #F260DA is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB24296218-
CMYK00.600.100.05
HSL309.86º84.88%66.27%-
HSV(B)309.86º60.33%94.9%-
XYZ53.4632.369.75-
YUV153.56164.37191.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.53%
GREEN value IS 96 (37.89% from 255) = 17.27%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=43.53%
G=17.27%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429621800.600.100.05309.8684.8866.27
HexF260DA03CA51365542
Octal362140332074125466125102
Binary111100101100000110110100111100101010110011011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F260DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F260DA; }

 p { color: rgb(242,96,218); }

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

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

 a { background-color: rgb(242,96,218); }

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

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

 span { border-color: rgb(242,96,218); }

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