Html Css Color HEX #F149EC Free Speech Magenta

📋 copy color: '#F149EC'

red 241 ◦ green 73 ◦ blue 236

#F149EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #F149EC

Tints of Free Speech Magenta #F149EC

RGB

 RED value IS 241 (94.53% from 255) = 43.82%

 GREEN value IS 73 (28.91% from 255) = 13.27%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 43.82%
G = 13.27%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F149EC (or 0xF149EC) is known color: Free Speech Magenta. HEX triplet: F1, 49 and EC. RGB value is (241,73,236). Sum of RGB (Red+Green+Blue) = 241+73+236=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 73 (28.91% from 255 or 13.27% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F149EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F149EC is #0EB613. Grayscale: #8D8D8D. Windows color (decimal): -964116 or 15485425. OLE color: 15485425.

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

Color convert

RGB 241 73 236 -
CMYK 0 0.70 0.02 0.05
HSL 301.79º 0.86% 0.62% -
HSV(B) 301.79º 0.7% 0.95% -
XYZ 53.8 29.52 82.22 -
YUV 141.81 181.16 198.75 -
System Red Green Blue C M Y K H S L
Decimal 241 73 236 0 0.70 0.02 0.05 301.79 0.86 0.62
Hex F1 49 EC 0 46 2 5 12E 56 3E
Octal 361 111 354 0 106 2 5 456 126 76
Binary 11110001 1001001 11101100 0 1000110 10 101 100101110 1010110 111110

Color Harmonies of #F149EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149EC

Black with #F149EC

Text Example


Text Example

White with #F149EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149EC; }

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

 H1.HeaderClassName
 {
   color: #F149EC;
 }
 .AnyTagClassName
 {
   color: #F149EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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