#F058DF

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

Shades of Free Speech Magenta #F058DF

Tints of Free Speech Magenta #F058DF

Color information

#F058DF (or 0xF058DF) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 58 and DF. RGB value is (240,88,223). Sum of RGB (Red+Green+Blue) = 240+88+223=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 88 (34.77% from 255 or 15.97% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F058DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058DF is #0FA720. Grayscale: #949494. Windows color (decimal): -1025825 or 14637296. OLE color: 14637296.

HSL color Cylindrical-coordinate representation of color #F058DF: hue angle of 306.71º 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 #F058DF is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB24088223-
CMYK00.630.070.06
HSL306.71º83.52%64.31%-
HSV(B)306.71º63.33%94.12%-
XYZ52.7430.8372.98-
YUV148.84169.86193.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 88 (34.77% from 255) = 15.97%
BLUE value IS 223 (87.5% from 255) = 40.47%
R=43.56%
G=15.97%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408822300.630.070.06306.7183.5264.31
HexF058DF03F761335440
Octal36013033707776463124100
Binary11110000101100011011111011111111111010011001110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F058DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F058DF; }

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

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

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

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

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

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

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

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