#F461D8

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

Shades of Free Speech Magenta #F461D8

Tints of Free Speech Magenta #F461D8

Color information

#F461D8 (or 0xF461D8) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 61 and D8. RGB value is (244,97,216). Sum of RGB (Red+Green+Blue) = 244+97+216=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 97 (38.28% from 255 or 17.41% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F461D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F461D8 is #0B9E27. Grayscale: #9A9A9A. Windows color (decimal): -761384 or 14180852. OLE color: 14180852.

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

Color convert

RGB24497216-
CMYK00.600.110.04
HSL311.43º86.98%66.86%-
HSV(B)311.43º60.25%95.69%-
XYZ53.9832.7468.44-
YUV154.52162.7191.82-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.81%
GREEN value IS 97 (38.28% from 255) = 17.41%
BLUE value IS 216 (84.77% from 255) = 38.78%
R=43.81%
G=17.41%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449721600.600.110.04311.4386.9866.86
HexF461D803CB41375743
Octal364141330074134467127103
Binary111101001100001110110000111100101110010011011110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F461D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F461D8; }

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

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

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

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

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

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

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

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