#F048E2

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

Shades of Free Speech Magenta #F048E2

Tints of Free Speech Magenta #F048E2

Color information

#F048E2 (or 0xF048E2) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 48 and E2. RGB value is (240,72,226). Sum of RGB (Red+Green+Blue) = 240+72+226=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 72 (28.52% from 255 or 13.38% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F048E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F048E2 is #0FB71D. Grayscale: #8B8B8B. Windows color (decimal): -1029918 or 14829808. OLE color: 14829808.

HSL color Cylindrical-coordinate representation of color #F048E2: hue angle of 305º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F048E2 is Cyan = 0, Magento = 0.7, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB24072226-
CMYK00.70.060.06
HSL305º84.85%61.18%-
HSV(B)305º70%94.12%-
XYZ51.9828.6574.74-
YUV139.79176.66199.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.61%
GREEN value IS 72 (28.52% from 255) = 13.38%
BLUE value IS 226 (88.67% from 255) = 42.01%
R=44.61%
G=13.38%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407222600.70.060.0630584.8561.18
HexF048E204666131553d
Octal36011034201066646112575
Binary11110000100100011100010010001101101101001100011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F048E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F048E2; }

 p { color: rgb(240,72,226); }

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

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

 a { background-color: rgb(240,72,226); }

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

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

 span { border-color: rgb(240,72,226); }

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