#F05AD2

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

Shades of Free Speech Magenta #F05AD2

Tints of Free Speech Magenta #F05AD2

Color information

#F05AD2 (or 0xF05AD2) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5A and D2. RGB value is (240,90,210). Sum of RGB (Red+Green+Blue) = 240+90+210=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F05AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05AD2 is #0FA52D. Grayscale: #949494. Windows color (decimal): -1025326 or 13785840. OLE color: 13785840.

HSL color Cylindrical-coordinate representation of color #F05AD2: hue angle of 312º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05AD2 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB24090210-
CMYK00.620.120.06
HSL312º83.33%64.71%-
HSV(B)312º62.5%94.12%-
XYZ51.2230.4964.16-
YUV148.53162.7193.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.44%
GREEN value IS 90 (35.55% from 255) = 16.67%
BLUE value IS 210 (82.42% from 255) = 38.89%
R=44.44%
G=16.67%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409021000.620.120.0631283.3364.71
HexF05AD203EC61385341
Octal360132322076146470123101
Binary111100001011010110100100111110110011010011100010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05AD2; }

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

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

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

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

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

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

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

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