#F065E7

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

Shades of Free Speech Magenta #F065E7

Tints of Free Speech Magenta #F065E7

Color information

#F065E7 (or 0xF065E7) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 65 and E7. RGB value is (240,101,231). Sum of RGB (Red+Green+Blue) = 240+101+231=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 101 (39.84% from 255 or 17.66% from 572); Blue value is 231 (90.62% from 255 or 40.38% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F065E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065E7 is #0F9A18. Grayscale: #9D9D9D. Windows color (decimal): -1022489 or 15164912. OLE color: 15164912.

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

Color convert

RGB240101231-
CMYK00.580.040.06
HSL303.88º82.25%66.86%-
HSV(B)303.88º57.92%94.12%-
XYZ55.0133.679.19-
YUV157.38169.55186.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 101 (39.84% from 255) = 17.66%
BLUE value IS 231 (90.62% from 255) = 40.38%
R=41.96%
G=17.66%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010123100.580.040.06303.8882.2566.86
HexF065E703A461305243
Octal36014534707246460122103
Binary11110000110010111100111011101010011010011000010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F065E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F065E7; }

 p { color: rgb(240,101,231); }

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

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

 a { background-color: rgb(240,101,231); }

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

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

 span { border-color: rgb(240,101,231); }

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