#F05ACA

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

Shades of Free Speech Magenta #F05ACA

Tints of Free Speech Magenta #F05ACA

Color information

#F05ACA (or 0xF05ACA) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5A and CA. RGB value is (240,90,202). Sum of RGB (Red+Green+Blue) = 240+90+202=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F05ACA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05ACA is #0FA535. Grayscale: #939393. Windows color (decimal): -1025334 or 13261552. OLE color: 13261552.

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

Color convert

RGB24090202-
CMYK00.620.160.06
HSL315.2º83.33%64.71%-
HSV(B)315.2º62.5%94.12%-
XYZ50.2530.159.04-
YUV147.62158.7193.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.11%
GREEN value IS 90 (35.55% from 255) = 16.92%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=45.11%
G=16.92%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409020200.620.160.06315.283.3364.71
HexF05ACA03E10613b5341
Octal360132312076206473123101
Binary1111000010110101100101001111101000011010011101110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05ACA; }

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

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

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

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

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

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

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

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