#F05FD7

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

Shades of Free Speech Magenta #F05FD7

Tints of Free Speech Magenta #F05FD7

Color information

#F05FD7 (or 0xF05FD7) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5F and D7. RGB value is (240,95,215). Sum of RGB (Red+Green+Blue) = 240+95+215=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FD7 is #0FA028. Grayscale: #979797. Windows color (decimal): -1024041 or 14114800. OLE color: 14114800.

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

Color convert

RGB24095215-
CMYK00.600.100.06
HSL310.34º82.86%65.69%-
HSV(B)310.34º60.42%94.12%-
XYZ52.2931.6267.64-
YUV152.03163.54190.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 95 (37.5% from 255) = 17.27%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=43.64%
G=17.27%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409521500.600.100.06310.3482.8665.69
HexF05FD703CA61365342
Octal360137327074126466123102
Binary111100001011111110101110111100101011010011011010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05FD7; }

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

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

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

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

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

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

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

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