#F065E1

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

Shades of Free Speech Magenta #F065E1

Tints of Free Speech Magenta #F065E1

Color information

#F065E1 (or 0xF065E1) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 65 and E1. RGB value is (240,101,225). Sum of RGB (Red+Green+Blue) = 240+101+225=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F065E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065E1 is #0F9A1E. Grayscale: #9C9C9C. Windows color (decimal): -1022495 or 14771696. OLE color: 14771696.

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

Color convert

RGB240101225-
CMYK00.580.060.06
HSL306.47º82.25%66.86%-
HSV(B)306.47º57.92%94.12%-
XYZ54.1833.2774.8-
YUV156.7166.55187.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.40%
GREEN value IS 101 (39.84% from 255) = 17.84%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=42.40%
G=17.84%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010122500.580.060.06306.4782.2566.86
HexF065E103A661325243
Octal36014534107266462122103
Binary11110000110010111100001011101011011010011001010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F065E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F065E1; }

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

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

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

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

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

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

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

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