#F068D2

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

Shades of Free Speech Magenta #F068D2

Tints of Free Speech Magenta #F068D2

Color information

#F068D2 (or 0xF068D2) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 68 and D2. RGB value is (240,104,210). Sum of RGB (Red+Green+Blue) = 240+104+210=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F068D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068D2 is #0F972D. Grayscale: #9C9C9C. Windows color (decimal): -1021742 or 13789424. OLE color: 13789424.

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

Color convert

RGB240104210-
CMYK00.570.120.06
HSL313.24º81.93%67.45%-
HSV(B)313.24º56.67%94.12%-
XYZ52.5233.0864.59-
YUV156.75158.06187.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.32%
GREEN value IS 104 (41.02% from 255) = 18.77%
BLUE value IS 210 (82.42% from 255) = 37.91%
R=43.32%
G=18.77%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010421000.570.120.06313.2481.9367.45
HexF068D2039C61395243
Octal360150322071146471122103
Binary111100001101000110100100111001110011010011100110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F068D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F068D2; }

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

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

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

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

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

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

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

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