#F461D6

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

Shades of Free Speech Magenta #F461D6

Tints of Free Speech Magenta #F461D6

Color information

#F461D6 (or 0xF461D6) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 61 and D6. RGB value is (244,97,214). Sum of RGB (Red+Green+Blue) = 244+97+214=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 97 (38.28% from 255 or 17.48% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F461D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F461D6 is #0B9E29. Grayscale: #999999. Windows color (decimal): -761386 or 14049780. OLE color: 14049780.

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

Color convert

RGB24497214-
CMYK00.600.120.04
HSL312.24º86.98%66.86%-
HSV(B)312.24º60.25%95.69%-
XYZ53.7232.6467.09-
YUV154.29161.7191.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.96%
GREEN value IS 97 (38.28% from 255) = 17.48%
BLUE value IS 214 (83.98% from 255) = 38.56%
R=43.96%
G=17.48%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449721400.600.120.04312.2486.9866.86
HexF461D603CC41385743
Octal364141326074144470127103
Binary111101001100001110101100111100110010010011100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F461D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F461D6; }

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

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

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

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

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

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

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

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