#F460D8

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

Shades of Free Speech Magenta #F460D8

Tints of Free Speech Magenta #F460D8

Color information

#F460D8 (or 0xF460D8) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 60 and D8. RGB value is (244,96,216). Sum of RGB (Red+Green+Blue) = 244+96+216=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F460D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F460D8 is #0B9F27. Grayscale: #999999. Windows color (decimal): -761640 or 14180596. OLE color: 14180596.

HSL color Cylindrical-coordinate representation of color #F460D8: hue angle of 311.35º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F460D8 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB24496216-
CMYK00.610.110.04
HSL311.35º87.06%66.67%-
HSV(B)311.35º60.66%95.69%-
XYZ53.8932.5668.41-
YUV153.93163.03192.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.88%
GREEN value IS 96 (37.89% from 255) = 17.27%
BLUE value IS 216 (84.77% from 255) = 38.85%
R=43.88%
G=17.27%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449621600.610.110.04311.3587.0666.67
HexF460D803DB41375743
Octal364140330075134467127103
Binary111101001100000110110000111101101110010011011110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F460D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F460D8; }

 p { color: rgb(244,96,216); }

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

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

 a { background-color: rgb(244,96,216); }

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

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

 span { border-color: rgb(244,96,216); }

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