#F459D5

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

Shades of Free Speech Magenta #F459D5

Tints of Free Speech Magenta #F459D5

Color information

#F459D5 (or 0xF459D5) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 59 and D5. RGB value is (244,89,213). Sum of RGB (Red+Green+Blue) = 244+89+213=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F459D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F459D5 is #0BA62A. Grayscale: #959595. Windows color (decimal): -763435 or 13982196. OLE color: 13982196.

HSL color Cylindrical-coordinate representation of color #F459D5: hue angle of 312º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F459D5 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB24489213-
CMYK00.640.130.04
HSL312º87.57%65.29%-
HSV(B)312º63.52%95.69%-
XYZ52.8931.1866.18-
YUV149.48163.85195.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.69%
GREEN value IS 89 (35.16% from 255) = 16.30%
BLUE value IS 213 (83.59% from 255) = 39.01%
R=44.69%
G=16.30%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448921300.640.130.0431287.5765.29
HexF459D5040D41385841
Octal3641313250100154470130101
Binary1111010010110011101010101000000110110010011100010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F459D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F459D5; }

 p { color: rgb(244,89,213); }

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

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

 a { background-color: rgb(244,89,213); }

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

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

 span { border-color: rgb(244,89,213); }

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