#F349D3

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

Shades of Free Speech Magenta #F349D3

Tints of Free Speech Magenta #F349D3

Color information

#F349D3 (or 0xF349D3) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 49 and D3. RGB value is (243,73,211). Sum of RGB (Red+Green+Blue) = 243+73+211=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F349D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F349D3 is #0CB62C. Grayscale: #8B8B8B. Windows color (decimal): -833069 or 13847027. OLE color: 13847027.

HSL color Cylindrical-coordinate representation of color #F349D3: hue angle of 311.29º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F349D3 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB24373211-
CMYK00.700.130.05
HSL311.29º87.63%61.96%-
HSV(B)311.29º69.96%95.29%-
XYZ51.128.5264.44-
YUV139.56168.32201.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.11%
GREEN value IS 73 (28.91% from 255) = 13.85%
BLUE value IS 211 (82.81% from 255) = 40.04%
R=46.11%
G=13.85%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437321100.700.130.05311.2987.6361.96
HexF349D3046D5137583e
Octal363111323010615546713076
Binary111100111001001110100110100011011011011001101111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F349D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F349D3; }

 p { color: rgb(243,73,211); }

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

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

 a { background-color: rgb(243,73,211); }

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

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

 span { border-color: rgb(243,73,211); }

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