Html Css Color HEX #F149EE Free Speech Magenta

📋 copy color: '#F149EE'

red 241 ◦ green 73 ◦ blue 238

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

Shades of Free Speech Magenta #F149EE

Tints of Free Speech Magenta #F149EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 43.66%
G = 13.22%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F149EE (or 0xF149EE) is known color: Free Speech Magenta. HEX triplet: F1, 49 and EE. RGB value is (241,73,238). Sum of RGB (Red+Green+Blue) = 241+73+238=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 73 (28.91% from 255 or 13.22% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F149EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F149EE is #0EB611. Grayscale: #8D8D8D. Windows color (decimal): -964114 or 15616497. OLE color: 15616497.

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

Color convert

RGB 241 73 238 -
CMYK 0 0.70 0.01 0.05
HSL 301.07º 0.86% 0.62% -
HSV(B) 301.07º 0.7% 0.95% -
XYZ 54.09 29.64 83.76 -
YUV 142.04 182.16 198.58 -
System Red Green Blue C M Y K H S L
Decimal 241 73 238 0 0.70 0.01 0.05 301.07 0.86 0.62
Hex F1 49 EE 0 46 1 5 12D 56 3E
Octal 361 111 356 0 106 1 5 455 126 76
Binary 11110001 1001001 11101110 0 1000110 1 101 100101101 1010110 111110

Color Harmonies of #F149EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149EE

Black with #F149EE

Text Example


Text Example

White with #F149EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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