#F448E5

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

Shades of Free Speech Magenta #F448E5

Tints of Free Speech Magenta #F448E5

Color information

#F448E5 (or 0xF448E5) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 48 and E5. RGB value is (244,72,229). Sum of RGB (Red+Green+Blue) = 244+72+229=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 72 (28.52% from 255 or 13.21% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F448E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448E5 is #0BB71A. Grayscale: #8C8C8C. Windows color (decimal): -767771 or 15026420. OLE color: 15026420.

HSL color Cylindrical-coordinate representation of color #F448E5: hue angle of 305.23º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F448E5 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB24472229-
CMYK00.700.060.04
HSL305.23º88.66%61.96%-
HSV(B)305.23º70.49%95.69%-
XYZ53.7729.5276.99-
YUV141.33177.48201.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.77%
GREEN value IS 72 (28.52% from 255) = 13.21%
BLUE value IS 229 (89.84% from 255) = 42.02%
R=44.77%
G=13.21%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447222900.700.060.04305.2388.6661.96
HexF448E504664131593e
Octal36411034501066446113176
Binary11110100100100011100101010001101101001001100011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F448E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F448E5; }

 p { color: rgb(244,72,229); }

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

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

 a { background-color: rgb(244,72,229); }

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

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

 span { border-color: rgb(244,72,229); }

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