Html Css Color HEX #F14EE5 Free Speech Magenta

📋 copy color: '#F14EE5'

red 241 ◦ green 78 ◦ blue 229

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

Shades of Free Speech Magenta #F14EE5

Tints of Free Speech Magenta #F14EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.79%

R = 43.98%
G = 14.23%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F14EE5 (or 0xF14EE5) is known color: Free Speech Magenta. HEX triplet: F1, 4E and E5. RGB value is (241,78,229). Sum of RGB (Red+Green+Blue) = 241+78+229=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 78 (30.86% from 255 or 14.23% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EE5 is #0EB11A. Grayscale: #8F8F8F. Windows color (decimal): -962843 or 15027953. OLE color: 15027953.

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

Color convert

RGB 241 78 229 -
CMYK 0 0.68 0.05 0.05
HSL 304.42º 0.85% 0.63% -
HSV(B) 304.42º 0.68% 0.95% -
XYZ 53.14 29.81 77.08 -
YUV 143.95 176 197.22 -
System Red Green Blue C M Y K H S L
Decimal 241 78 229 0 0.68 0.05 0.05 304.42 0.85 0.63
Hex F1 4E E5 0 44 5 5 130 55 3F
Octal 361 116 345 0 104 5 5 460 125 77
Binary 11110001 1001110 11100101 0 1000100 101 101 100110000 1010101 111111

Color Harmonies of #F14EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14EE5

Black with #F14EE5

Text Example


Text Example

White with #F14EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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