Html Css Color HEX #F14DD1 Free Speech Magenta

📋 copy color: '#F14DD1'

red 241 ◦ green 77 ◦ blue 209

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

Shades of Free Speech Magenta #F14DD1

Tints of Free Speech Magenta #F14DD1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.61%

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

R = 45.73%
G = 14.61%
B = 39.66%

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

#F14DD1 (or 0xF14DD1) is known color: Free Speech Magenta. HEX triplet: F1, 4D and D1. RGB value is (241,77,209). Sum of RGB (Red+Green+Blue) = 241+77+209=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DD1 is #0EB22E. Grayscale: #8C8C8C. Windows color (decimal): -963119 or 13716977. OLE color: 13716977.

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

Color convert

RGB 241 77 209 -
CMYK 0 0.68 0.13 0.05
HSL 311.71º 0.85% 0.62% -
HSV(B) 311.71º 0.68% 0.95% -
XYZ 50.44 28.61 63.19 -
YUV 141.08 166.33 199.27 -
System Red Green Blue C M Y K H S L
Decimal 241 77 209 0 0.68 0.13 0.05 311.71 0.85 0.62
Hex F1 4D D1 0 44 D 5 138 55 3E
Octal 361 115 321 0 104 15 5 470 125 76
Binary 11110001 1001101 11010001 0 1000100 1101 101 100111000 1010101 111110

Color Harmonies of #F14DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DD1

Black with #F14DD1

Text Example


Text Example

White with #F14DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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