#F44CDD

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

Shades of Free Speech Magenta #F44CDD

Tints of Free Speech Magenta #F44CDD

Color information

#F44CDD (or 0xF44CDD) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 4C and DD. RGB value is (244,76,221). Sum of RGB (Red+Green+Blue) = 244+76+221=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 76 (30.08% from 255 or 14.05% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F44CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F44CDD is #0BB322. Grayscale: #8E8E8E. Windows color (decimal): -766755 or 14503156. OLE color: 14503156.

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

Color convert

RGB24476221-
CMYK00.690.090.04
HSL308.21º88.42%62.75%-
HSV(B)308.21º68.85%95.69%-
XYZ52.9429.6271.33-
YUV142.76172.16200.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.10%
GREEN value IS 76 (30.08% from 255) = 14.05%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=45.10%
G=14.05%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447622100.690.090.04308.2188.4262.75
HexF44CDD04594134583f
Octal364114335010511446413077
Binary111101001001100110111010100010110011001001101001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44CDD; }

 p { color: rgb(244,76,221); }

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

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

 a { background-color: rgb(244,76,221); }

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

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

 span { border-color: rgb(244,76,221); }

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