#F06BDA

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

Shades of Free Speech Magenta #F06BDA

Tints of Free Speech Magenta #F06BDA

Color information

#F06BDA (or 0xF06BDA) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 6B and DA. RGB value is (240,107,218). Sum of RGB (Red+Green+Blue) = 240+107+218=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BDA is #0F9425. Grayscale: #9F9F9F. Windows color (decimal): -1020966 or 14314480. OLE color: 14314480.

HSL color Cylindrical-coordinate representation of color #F06BDA: hue angle of 309.92º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06BDA is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240107218-
CMYK00.550.090.06
HSL309.92º81.6%68.04%-
HSV(B)309.92º55.42%94.12%-
XYZ53.8534.170.07-
YUV159.42161.06185.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 107 (42.19% from 255) = 18.94%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=42.48%
G=18.94%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010721800.550.090.06309.9281.668.04
HexF06BDA037961365244
Octal360153332067116466122104
Binary111100001101011110110100110111100111010011011010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06BDA; }

 p { color: rgb(240,107,218); }

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

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

 a { background-color: rgb(240,107,218); }

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

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

 span { border-color: rgb(240,107,218); }

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