#F05BD3

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

Shades of Free Speech Magenta #F05BD3

Tints of Free Speech Magenta #F05BD3

Color information

#F05BD3 (or 0xF05BD3) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5B and D3. RGB value is (240,91,211). Sum of RGB (Red+Green+Blue) = 240+91+211=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05BD3 is #0FA42C. Grayscale: #949494. Windows color (decimal): -1025069 or 13851632. OLE color: 13851632.

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

Color convert

RGB24091211-
CMYK00.620.120.06
HSL311.68º83.24%64.9%-
HSV(B)311.68º62.08%94.12%-
XYZ51.4330.7164.84-
YUV149.23162.86192.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.28%
GREEN value IS 91 (35.94% from 255) = 16.79%
BLUE value IS 211 (82.81% from 255) = 38.93%
R=44.28%
G=16.79%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409121100.620.120.06311.6883.2464.9
HexF05BD303EC61385341
Octal360133323076146470123101
Binary111100001011011110100110111110110011010011100010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05BD3; }

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

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

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

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

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

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

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

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