#F068D9

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

Shades of Free Speech Magenta #F068D9

Tints of Free Speech Magenta #F068D9

Color information

#F068D9 (or 0xF068D9) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 68 and D9. RGB value is (240,104,217). Sum of RGB (Red+Green+Blue) = 240+104+217=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F068D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068D9 is #0F9726. Grayscale: #9D9D9D. Windows color (decimal): -1021735 or 14248176. OLE color: 14248176.

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

Color convert

RGB240104217-
CMYK00.570.100.06
HSL310.15º81.93%67.45%-
HSV(B)310.15º56.67%94.12%-
XYZ53.4133.4469.28-
YUV157.55161.56186.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 104 (41.02% from 255) = 18.54%
BLUE value IS 217 (85.16% from 255) = 38.68%
R=42.78%
G=18.54%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010421700.570.100.06310.1581.9367.45
HexF068D9039A61365243
Octal360150331071126466122103
Binary111100001101000110110010111001101011010011011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F068D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F068D9; }

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

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

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

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

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

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

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

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