#F067E0

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

Shades of Free Speech Magenta #F067E0

Tints of Free Speech Magenta #F067E0

Color information

#F067E0 (or 0xF067E0) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 67 and E0. RGB value is (240,103,224). Sum of RGB (Red+Green+Blue) = 240+103+224=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 103 (40.62% from 255 or 18.17% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F067E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067E0 is #0F981F. Grayscale: #9D9D9D. Windows color (decimal): -1021984 or 14706672. OLE color: 14706672.

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

Color convert

RGB240103224-
CMYK00.570.070.06
HSL307.01º82.04%67.25%-
HSV(B)307.01º57.08%94.12%-
XYZ54.2433.6174.15-
YUV157.76165.39186.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 103 (40.62% from 255) = 18.17%
BLUE value IS 224 (87.89% from 255) = 39.51%
R=42.33%
G=18.17%
B=39.51%

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
Decimal24010322400.570.070.06307.0182.0467.25
HexF067E0039761335243
Octal36014734007176463122103
Binary11110000110011111100000011100111111010011001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F067E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F067E0; }

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

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

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

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

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

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

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

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