#F05ED6

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

Shades of Free Speech Magenta #F05ED6

Tints of Free Speech Magenta #F05ED6

Color information

#F05ED6 (or 0xF05ED6) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5E and D6. RGB value is (240,94,214). Sum of RGB (Red+Green+Blue) = 240+94+214=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F05ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05ED6 is #0FA129. Grayscale: #979797. Windows color (decimal): -1024298 or 14049008. OLE color: 14049008.

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

Color convert

RGB24094214-
CMYK00.610.110.06
HSL310.68º82.95%65.49%-
HSV(B)310.68º60.83%94.12%-
XYZ52.0831.3966.93-
YUV151.33163.37191.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.80%
GREEN value IS 94 (37.11% from 255) = 17.15%
BLUE value IS 214 (83.98% from 255) = 39.05%
R=43.80%
G=17.15%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409421400.610.110.06310.6882.9565.49
HexF05ED603DB61375341
Octal360136326075136467123101
Binary111100001011110110101100111101101111010011011110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05ED6; }

 p { color: rgb(240,94,214); }

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

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

 a { background-color: rgb(240,94,214); }

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

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

 span { border-color: rgb(240,94,214); }

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