#F052D3

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

Shades of Free Speech Magenta #F052D3

Tints of Free Speech Magenta #F052D3

Color information

#F052D3 (or 0xF052D3) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 52 and D3. RGB value is (240,82,211). Sum of RGB (Red+Green+Blue) = 240+82+211=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F052D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052D3 is #0FAD2C. Grayscale: #8F8F8F. Windows color (decimal): -1027373 or 13849328. OLE color: 13849328.

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

Color convert

RGB24082211-
CMYK00.660.120.06
HSL311.01º84.04%63.14%-
HSV(B)311.01º65.83%94.12%-
XYZ50.7129.2664.6-
YUV143.95165.85196.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.03%
GREEN value IS 82 (32.42% from 255) = 15.38%
BLUE value IS 211 (82.81% from 255) = 39.59%
R=45.03%
G=15.38%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408221100.660.120.06311.0184.0463.14
HexF052D3042C6137543f
Octal360122323010214646712477
Binary111100001010010110100110100001011001101001101111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F052D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F052D3; }

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

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

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

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

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

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

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

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