#F05FD5

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

Shades of Free Speech Magenta #F05FD5

Tints of Free Speech Magenta #F05FD5

Color information

#F05FD5 (or 0xF05FD5) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5F and D5. RGB value is (240,95,213). Sum of RGB (Red+Green+Blue) = 240+95+213=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FD5 is #0FA02A. Grayscale: #979797. Windows color (decimal): -1024043 or 13983728. OLE color: 13983728.

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

Color convert

RGB24095213-
CMYK00.600.110.06
HSL311.17º82.86%65.69%-
HSV(B)311.17º60.42%94.12%-
XYZ52.0431.5166.29-
YUV151.81162.54190.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.80%
GREEN value IS 95 (37.5% from 255) = 17.34%
BLUE value IS 213 (83.59% from 255) = 38.87%
R=43.80%
G=17.34%
B=38.87%

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
Decimal2409521300.600.110.06311.1782.8665.69
HexF05FD503CB61375342
Octal360137325074136467123102
Binary111100001011111110101010111100101111010011011110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05FD5; }

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

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

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

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

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

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

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

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