#F067DF

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

Shades of Free Speech Magenta #F067DF

Tints of Free Speech Magenta #F067DF

Color information

#F067DF (or 0xF067DF) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 67 and DF. RGB value is (240,103,223). Sum of RGB (Red+Green+Blue) = 240+103+223=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 103 (40.62% from 255 or 18.20% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F067DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067DF is #0F9820. Grayscale: #9D9D9D. Windows color (decimal): -1021985 or 14641136. OLE color: 14641136.

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

Color convert

RGB240103223-
CMYK00.570.070.06
HSL307.45º82.04%67.25%-
HSV(B)307.45º57.08%94.12%-
XYZ54.133.5573.44-
YUV157.64164.89186.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.40%
GREEN value IS 103 (40.62% from 255) = 18.20%
BLUE value IS 223 (87.5% from 255) = 39.40%
R=42.40%
G=18.20%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010322300.570.070.06307.4582.0467.25
HexF067DF039761335243
Octal36014733707176463122103
Binary11110000110011111011111011100111111010011001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F067DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F067DF; }

 p { color: rgb(240,103,223); }

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

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

 a { background-color: rgb(240,103,223); }

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

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

 span { border-color: rgb(240,103,223); }

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