#F05FD6

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

Shades of Free Speech Magenta #F05FD6

Tints of Free Speech Magenta #F05FD6

Color information

#F05FD6 (or 0xF05FD6) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5F and D6. RGB value is (240,95,214). Sum of RGB (Red+Green+Blue) = 240+95+214=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 95 (37.5% from 255 or 17.30% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FD6 is #0FA029. Grayscale: #979797. Windows color (decimal): -1024042 or 14049264. OLE color: 14049264.

HSL color Cylindrical-coordinate representation of color #F05FD6: hue angle of 310.76º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FD6 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB24095214-
CMYK00.600.110.06
HSL310.76º82.86%65.69%-
HSV(B)310.76º60.42%94.12%-
XYZ52.1631.5666.96-
YUV151.92163.04190.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.72%
GREEN value IS 95 (37.5% from 255) = 17.30%
BLUE value IS 214 (83.98% from 255) = 38.98%
R=43.72%
G=17.30%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409521400.600.110.06310.7682.8665.69
HexF05FD603CB61375342
Octal360137326074136467123102
Binary111100001011111110101100111100101111010011011110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05FD6; }

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

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

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

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

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

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

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

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