Html Css Color HEX #F149E4 Free Speech Magenta

📋 copy color: '#F149E4'

red 241 ◦ green 73 ◦ blue 228

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

Shades of Free Speech Magenta #F149E4

Tints of Free Speech Magenta #F149E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.07%

R = 44.46%
G = 13.47%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F149E4 (or 0xF149E4) is known color: Free Speech Magenta. HEX triplet: F1, 49 and E4. RGB value is (241,73,228). Sum of RGB (Red+Green+Blue) = 241+73+228=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 73 (28.91% from 255 or 13.47% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F149E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149E4 is #0EB61B. Grayscale: #8C8C8C. Windows color (decimal): -964124 or 14961137. OLE color: 14961137.

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

Color convert

RGB 241 73 228 -
CMYK 0 0.70 0.05 0.05
HSL 304.64º 0.86% 0.62% -
HSV(B) 304.64º 0.7% 0.95% -
XYZ 52.66 29.07 76.23 -
YUV 140.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 241 73 228 0 0.70 0.05 0.05 304.64 0.86 0.62
Hex F1 49 E4 0 46 5 5 131 56 3E
Octal 361 111 344 0 106 5 5 461 126 76
Binary 11110001 1001001 11100100 0 1000110 101 101 100110001 1010110 111110

Color Harmonies of #F149E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149E4

Black with #F149E4

Text Example


Text Example

White with #F149E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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