Html Css Color HEX #F14DD8 Free Speech Magenta

📋 copy color: '#F14DD8'

red 241 ◦ green 77 ◦ blue 216

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

Shades of Free Speech Magenta #F14DD8

Tints of Free Speech Magenta #F14DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.45%

R = 45.13%
G = 14.42%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F14DD8 (or 0xF14DD8) is known color: Free Speech Magenta. HEX triplet: F1, 4D and D8. RGB value is (241,77,216). Sum of RGB (Red+Green+Blue) = 241+77+216=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 77 (30.47% from 255 or 14.42% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DD8 is #0EB227. Grayscale: #8D8D8D. Windows color (decimal): -963112 or 14175729. OLE color: 14175729.

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

Color convert

RGB 241 77 216 -
CMYK 0 0.68 0.10 0.05
HSL 309.15º 0.85% 0.62% -
HSV(B) 309.15º 0.68% 0.95% -
XYZ 51.32 28.97 67.85 -
YUV 141.88 169.83 198.7 -
System Red Green Blue C M Y K H S L
Decimal 241 77 216 0 0.68 0.10 0.05 309.15 0.85 0.62
Hex F1 4D D8 0 44 A 5 135 55 3E
Octal 361 115 330 0 104 12 5 465 125 76
Binary 11110001 1001101 11011000 0 1000100 1010 101 100110101 1010101 111110

Color Harmonies of #F14DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DD8

Black with #F14DD8

Text Example


Text Example

White with #F14DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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