#F149D1

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

Shades of Free Speech Magenta #F149D1

Tints of Free Speech Magenta #F149D1

Color information

#F149D1 (or 0xF149D1) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 49 and D1. RGB value is (241,73,209). Sum of RGB (Red+Green+Blue) = 241+73+209=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F149D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149D1 is #0EB62E. Grayscale: #8A8A8A. Windows color (decimal): -964143 or 13715953. OLE color: 13715953.

HSL color Cylindrical-coordinate representation of color #F149D1: hue angle of 311.43º degrees, saturation: 0.86, 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 #F149D1 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB24173209-
CMYK00.700.130.05
HSL311.43º85.71%61.57%-
HSV(B)311.43º69.71%94.51%-
XYZ50.1728.0763.1-
YUV138.74167.66200.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.08%
GREEN value IS 73 (28.91% from 255) = 13.96%
BLUE value IS 209 (82.03% from 255) = 39.96%
R=46.08%
G=13.96%
B=39.96%

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
Decimal2417320900.700.130.05311.4385.7161.57
HexF149D1046D5137563e
Octal361111321010615546712676
Binary111100011001001110100010100011011011011001101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F149D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F149D1; }

 p { color: rgb(241,73,209); }

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

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

 a { background-color: rgb(241,73,209); }

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

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

 span { border-color: rgb(241,73,209); }

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