Html Css Color HEX #F14EE1 Free Speech Magenta

📋 copy color: '#F14EE1'

red 241 ◦ green 78 ◦ blue 225

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

Shades of Free Speech Magenta #F14EE1

Tints of Free Speech Magenta #F14EE1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.34%

 BLUE value IS 225 (88.28% from 255) = 41.36%

R = 44.3%
G = 14.34%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F14EE1 (or 0xF14EE1) is known color: Free Speech Magenta. HEX triplet: F1, 4E and E1. RGB value is (241,78,225). Sum of RGB (Red+Green+Blue) = 241+78+225=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 78 (30.86% from 255 or 14.34% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EE1 is #0EB11E. Grayscale: #8F8F8F. Windows color (decimal): -962847 or 14765809. OLE color: 14765809.

HSL color Cylindrical-coordinate representation of color #F14EE1: hue angle of 305.89º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14EE1 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 78 225 -
CMYK 0 0.68 0.07 0.05
HSL 305.89º 0.85% 0.63% -
HSV(B) 305.89º 0.68% 0.95% -
XYZ 52.59 29.59 74.17 -
YUV 143.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 241 78 225 0 0.68 0.07 0.05 305.89 0.85 0.63
Hex F1 4E E1 0 44 7 5 132 55 3F
Octal 361 116 341 0 104 7 5 462 125 77
Binary 11110001 1001110 11100001 0 1000100 111 101 100110010 1010101 111111

Color Harmonies of #F14EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14EE1

Black with #F14EE1

Text Example


Text Example

White with #F14EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14EE1; }

 p { color: rgb(241,78,225); }

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

background-color css

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

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

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

border-color css

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

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

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