Html Css Color HEX #F14ED1 Free Speech Magenta

📋 copy color: '#F14ED1'

red 241 ◦ green 78 ◦ blue 209

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

Shades of Free Speech Magenta #F14ED1

Tints of Free Speech Magenta #F14ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.58%

R = 45.64%
G = 14.77%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F14ED1 (or 0xF14ED1) is known color: Free Speech Magenta. HEX triplet: F1, 4E and D1. RGB value is (241,78,209). Sum of RGB (Red+Green+Blue) = 241+78+209=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F14ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14ED1 is #0EB12E. Grayscale: #8D8D8D. Windows color (decimal): -962863 or 13717233. OLE color: 13717233.

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

Color convert

RGB 241 78 209 -
CMYK 0 0.68 0.13 0.05
HSL 311.78º 0.85% 0.63% -
HSV(B) 311.78º 0.68% 0.95% -
XYZ 50.51 28.75 63.21 -
YUV 141.67 166 198.85 -
System Red Green Blue C M Y K H S L
Decimal 241 78 209 0 0.68 0.13 0.05 311.78 0.85 0.63
Hex F1 4E D1 0 44 D 5 138 55 3F
Octal 361 116 321 0 104 15 5 470 125 77
Binary 11110001 1001110 11010001 0 1000100 1101 101 100111000 1010101 111111

Color Harmonies of #F14ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14ED1

Black with #F14ED1

Text Example


Text Example

White with #F14ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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