#F068DA

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

Shades of Free Speech Magenta #F068DA

Tints of Free Speech Magenta #F068DA

Color information

#F068DA (or 0xF068DA) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 68 and DA. RGB value is (240,104,218). Sum of RGB (Red+Green+Blue) = 240+104+218=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F068DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068DA is #0F9725. Grayscale: #9D9D9D. Windows color (decimal): -1021734 or 14313712. OLE color: 14313712.

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

Color convert

RGB240104218-
CMYK00.570.090.06
HSL309.71º81.93%67.45%-
HSV(B)309.71º56.67%94.12%-
XYZ53.5433.4969.97-
YUV157.66162.06186.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 104 (41.02% from 255) = 18.51%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=42.70%
G=18.51%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010421800.570.090.06309.7181.9367.45
HexF068DA039961365243
Octal360150332071116466122103
Binary111100001101000110110100111001100111010011011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F068DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F068DA; }

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

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

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

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

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

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

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

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