Html Css Color HEX #F149F1 Free Speech Magenta

📋 copy color: '#F149F1'

red 241 ◦ green 73 ◦ blue 241

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

Shades of Free Speech Magenta #F149F1

Tints of Free Speech Magenta #F149F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 43.42%
G = 13.15%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F149F1 (or 0xF149F1) is known color: Free Speech Magenta. HEX triplet: F1, 49 and F1. RGB value is (241,73,241). Sum of RGB (Red+Green+Blue) = 241+73+241=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 73 (28.91% from 255 or 13.15% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F149F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F149F1 is #0EB60E. Grayscale: #8D8D8D. Windows color (decimal): -964111 or 15813105. OLE color: 15813105.

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

Color convert

RGB 241 73 241 -
CMYK 0 0.70 0 0.05
HSL 300º 0.86% 0.62% -
HSV(B) 300º 0.7% 0.95% -
XYZ 54.54 29.82 86.1 -
YUV 142.38 183.66 198.34 -
System Red Green Blue C M Y K H S L
Decimal 241 73 241 0 0.70 0 0.05 300 0.86 0.62
Hex F1 49 F1 0 46 0 5 12C 56 3E
Octal 361 111 361 0 106 0 5 454 126 76
Binary 11110001 1001001 11110001 0 1000110 0 101 100101100 1010110 111110

Color Harmonies of #F149F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149F1

Black with #F149F1

Text Example


Text Example

White with #F149F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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