Html Css Color HEX #F14EEF Free Speech Magenta

📋 copy color: '#F14EEF'

red 241 ◦ green 78 ◦ blue 239

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

Shades of Free Speech Magenta #F14EEF

Tints of Free Speech Magenta #F14EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.83%

R = 43.19%
G = 13.98%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F14EEF (or 0xF14EEF) is known color: Free Speech Magenta. HEX triplet: F1, 4E and EF. RGB value is (241,78,239). Sum of RGB (Red+Green+Blue) = 241+78+239=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 78 (30.86% from 255 or 13.98% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14EEF is #0EB110. Grayscale: #909090. Windows color (decimal): -962833 or 15683313. OLE color: 15683313.

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

Color convert

RGB 241 78 239 -
CMYK 0 0.68 0.01 0.05
HSL 300.74º 0.85% 0.63% -
HSV(B) 300.74º 0.68% 0.95% -
XYZ 54.58 30.38 84.65 -
YUV 145.09 181 196.41 -
System Red Green Blue C M Y K H S L
Decimal 241 78 239 0 0.68 0.01 0.05 300.74 0.85 0.63
Hex F1 4E EF 0 44 1 5 12D 55 3F
Octal 361 116 357 0 104 1 5 455 125 77
Binary 11110001 1001110 11101111 0 1000100 1 101 100101101 1010101 111111

Color Harmonies of #F14EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14EEF

Black with #F14EEF

Text Example


Text Example

White with #F14EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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