#F44FCA

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

Shades of Free Speech Magenta #F44FCA

Tints of Free Speech Magenta #F44FCA

Color information

#F44FCA (or 0xF44FCA) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 4F and CA. RGB value is (244,79,202). Sum of RGB (Red+Green+Blue) = 244+79+202=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F44FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F44FCA is #0BB035. Grayscale: #8E8E8E. Windows color (decimal): -766006 or 13258740. OLE color: 13258740.

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

Color convert

RGB24479202-
CMYK00.680.170.04
HSL315.27º88.24%63.33%-
HSV(B)315.27º67.62%95.69%-
XYZ50.7629.0958.82-
YUV142.36161.66200.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 79 (31.25% from 255) = 15.05%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=46.48%
G=15.05%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447920200.680.170.04315.2788.2463.33
HexF44FCA04411413b583f
Octal364117312010421447313077
Binary1111010010011111100101001000100100011001001110111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44FCA; }

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

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

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

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

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

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

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

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