#F05BD2

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

Shades of Free Speech Magenta #F05BD2

Tints of Free Speech Magenta #F05BD2

Color information

#F05BD2 (or 0xF05BD2) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5B and D2. RGB value is (240,91,210). Sum of RGB (Red+Green+Blue) = 240+91+210=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 91 (35.94% from 255 or 16.82% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05BD2 is #0FA42D. Grayscale: #949494. Windows color (decimal): -1025070 or 13786096. OLE color: 13786096.

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

Color convert

RGB24091210-
CMYK00.620.120.06
HSL312.08º83.24%64.9%-
HSV(B)312.08º62.08%94.12%-
XYZ51.3130.6664.19-
YUV149.12162.36192.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.36%
GREEN value IS 91 (35.94% from 255) = 16.82%
BLUE value IS 210 (82.42% from 255) = 38.82%
R=44.36%
G=16.82%
B=38.82%

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
Decimal2409121000.620.120.06312.0883.2464.9
HexF05BD203EC61385341
Octal360133322076146470123101
Binary111100001011011110100100111110110011010011100010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05BD2; }

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

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

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

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

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

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

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

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