#F465DF

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

Shades of Free Speech Magenta #F465DF

Tints of Free Speech Magenta #F465DF

Color information

#F465DF (or 0xF465DF) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 65 and DF. RGB value is (244,101,223). Sum of RGB (Red+Green+Blue) = 244+101+223=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F465DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465DF is #0B9A20. Grayscale: #9D9D9D. Windows color (decimal): -760353 or 14640628. OLE color: 14640628.

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

Color convert

RGB244101223-
CMYK00.590.090.04
HSL308.81º86.67%67.65%-
HSV(B)308.81º58.61%95.69%-
XYZ55.2833.8773.44-
YUV157.66164.88189.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.96%
GREEN value IS 101 (39.84% from 255) = 17.78%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=42.96%
G=17.78%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410122300.590.090.04308.8186.6767.65
HexF465DF03B941355744
Octal364145337073114465127104
Binary111101001100101110111110111011100110010011010110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F465DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F465DF; }

 p { color: rgb(244,101,223); }

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

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

 a { background-color: rgb(244,101,223); }

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

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

 span { border-color: rgb(244,101,223); }

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