#F44FD8

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

Shades of Free Speech Magenta #F44FD8

Tints of Free Speech Magenta #F44FD8

Color information

#F44FD8 (or 0xF44FD8) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 4F and D8. RGB value is (244,79,216). Sum of RGB (Red+Green+Blue) = 244+79+216=539 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.27% from 539); Green value is 79 (31.25% from 255 or 14.66% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 244 - color contains mainly: red. Hex color #F44FD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F44FD8 is #0BB027. Grayscale: #8F8F8F. Windows color (decimal): -765992 or 14176244. OLE color: 14176244.

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

Color convert

RGB24479216-
CMYK00.680.110.04
HSL310.18º88.24%63.33%-
HSV(B)310.18º67.62%95.69%-
XYZ52.529.7867.95-
YUV143.95168.66199.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.27%
GREEN value IS 79 (31.25% from 255) = 14.66%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=45.27%
G=14.66%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447921600.680.110.04310.1888.2463.33
HexF44FD8044B4136583f
Octal364117330010413446613077
Binary111101001001111110110000100010010111001001101101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44FD8; }

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

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

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

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

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

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

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

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