#F058E1

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

Shades of Free Speech Magenta #F058E1

Tints of Free Speech Magenta #F058E1

Color information

#F058E1 (or 0xF058E1) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 58 and E1. RGB value is (240,88,225). Sum of RGB (Red+Green+Blue) = 240+88+225=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 88 (34.77% from 255 or 15.91% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F058E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058E1 is #0FA71E. Grayscale: #949494. Windows color (decimal): -1025823 or 14768368. OLE color: 14768368.

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

Color convert

RGB24088225-
CMYK00.630.060.06
HSL305.92º83.52%64.31%-
HSV(B)305.92º63.33%94.12%-
XYZ53.0230.9474.41-
YUV149.07170.86192.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 88 (34.77% from 255) = 15.91%
BLUE value IS 225 (88.28% from 255) = 40.69%
R=43.40%
G=15.91%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408822500.630.060.06305.9283.5264.31
HexF058E103F661325440
Octal36013034107766462124100
Binary11110000101100011100001011111111011010011001010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F058E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F058E1; }

 p { color: rgb(240,88,225); }

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

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

 a { background-color: rgb(240,88,225); }

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

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

 span { border-color: rgb(240,88,225); }

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