#F05DEB

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

Shades of Free Speech Magenta #F05DEB

Tints of Free Speech Magenta #F05DEB

Color information

#F05DEB (or 0xF05DEB) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5D and EB. RGB value is (240,93,235). Sum of RGB (Red+Green+Blue) = 240+93+235=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 93 (36.72% from 255 or 16.37% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05DEB is #0FA214. Grayscale: #989898. Windows color (decimal): -1024533 or 15425008. OLE color: 15425008.

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

Color convert

RGB24093235-
CMYK00.610.020.06
HSL302.04º83.05%65.29%-
HSV(B)302.04º61.25%94.12%-
XYZ54.8432.3581.95-
YUV153.14174.2189.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 93 (36.72% from 255) = 16.37%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=42.25%
G=16.37%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409323500.610.020.06302.0483.0565.29
HexF05DEB03D2612e5341
Octal36013535307526456123101
Binary1111000010111011110101101111011011010010111010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05DEB; }

 p { color: rgb(240,93,235); }

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

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

 a { background-color: rgb(240,93,235); }

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

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

 span { border-color: rgb(240,93,235); }

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