#F065D3

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

Shades of Free Speech Magenta #F065D3

Tints of Free Speech Magenta #F065D3

Color information

#F065D3 (or 0xF065D3) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 65 and D3. RGB value is (240,101,211). Sum of RGB (Red+Green+Blue) = 240+101+211=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F065D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065D3 is #0F9A2C. Grayscale: #9A9A9A. Windows color (decimal): -1022509 or 13854192. OLE color: 13854192.

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

Color convert

RGB240101211-
CMYK00.580.120.06
HSL312.52º82.25%66.86%-
HSV(B)312.52º57.92%94.12%-
XYZ52.3532.5465.15-
YUV155.1159.55188.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.48%
GREEN value IS 101 (39.84% from 255) = 18.30%
BLUE value IS 211 (82.81% from 255) = 38.22%
R=43.48%
G=18.30%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010121100.580.120.06312.5282.2566.86
HexF065D303AC61395243
Octal360145323072146471122103
Binary111100001100101110100110111010110011010011100110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F065D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F065D3; }

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

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

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

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

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

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

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

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