#F065D2

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

Shades of Free Speech Magenta #F065D2

Tints of Free Speech Magenta #F065D2

Color information

#F065D2 (or 0xF065D2) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 65 and D2. RGB value is (240,101,210). Sum of RGB (Red+Green+Blue) = 240+101+210=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F065D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065D2 is #0F9A2D. Grayscale: #9A9A9A. Windows color (decimal): -1022510 or 13788656. OLE color: 13788656.

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

Color convert

RGB240101210-
CMYK00.580.120.06
HSL312.95º82.25%66.86%-
HSV(B)312.95º57.92%94.12%-
XYZ52.2232.4964.49-
YUV154.99159.05188.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 101 (39.84% from 255) = 18.33%
BLUE value IS 210 (82.42% from 255) = 38.11%
R=43.56%
G=18.33%
B=38.11%

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
Decimal24010121000.580.120.06312.9582.2566.86
HexF065D203AC61395243
Octal360145322072146471122103
Binary111100001100101110100100111010110011010011100110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F065D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F065D2; }

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

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

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

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

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

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

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

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