#F064CF

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

Shades of Free Speech Magenta #F064CF

Tints of Free Speech Magenta #F064CF

Color information

#F064CF (or 0xF064CF) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 64 and CF. RGB value is (240,100,207). Sum of RGB (Red+Green+Blue) = 240+100+207=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F064CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F064CF is #0F9B30. Grayscale: #999999. Windows color (decimal): -1022769 or 13591792. OLE color: 13591792.

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

Color convert

RGB240100207-
CMYK00.580.140.06
HSL314.14º82.35%66.67%-
HSV(B)314.14º58.33%94.12%-
XYZ51.7532.1462.51-
YUV154.06157.88189.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 100 (39.45% from 255) = 18.28%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=43.88%
G=18.28%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010020700.580.140.06314.1482.3566.67
HexF064CF03AE613a5243
Octal360144317072166472122103
Binary111100001100100110011110111010111011010011101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F064CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F064CF; }

 p { color: rgb(240,100,207); }

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

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

 a { background-color: rgb(240,100,207); }

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

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

 span { border-color: rgb(240,100,207); }

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