#F05BD5

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

Shades of Free Speech Magenta #F05BD5

Tints of Free Speech Magenta #F05BD5

Color information

#F05BD5 (or 0xF05BD5) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5B and D5. RGB value is (240,91,213). Sum of RGB (Red+Green+Blue) = 240+91+213=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 91 (35.94% from 255 or 16.73% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05BD5 is #0FA42A. Grayscale: #959595. Windows color (decimal): -1025067 or 13982704. OLE color: 13982704.

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

Color convert

RGB24091213-
CMYK00.620.110.06
HSL310.87º83.24%64.9%-
HSV(B)310.87º62.08%94.12%-
XYZ51.6930.8166.17-
YUV149.46163.86192.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.12%
GREEN value IS 91 (35.94% from 255) = 16.73%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=44.12%
G=16.73%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409121300.620.110.06310.8783.2464.9
HexF05BD503EB61375341
Octal360133325076136467123101
Binary111100001011011110101010111110101111010011011110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05BD5; }

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

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

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

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

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

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

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

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