Html Css Color HEX #F14DDD Free Speech Magenta

📋 copy color: '#F14DDD'

red 241 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Magenta #F14DDD

Tints of Free Speech Magenta #F14DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 44.71%
G = 14.29%
B = 41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F14DDD (or 0xF14DDD) is known color: Free Speech Magenta. HEX triplet: F1, 4D and DD. RGB value is (241,77,221). Sum of RGB (Red+Green+Blue) = 241+77+221=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 77 (30.47% from 255 or 14.29% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DDD is #0EB222. Grayscale: #8E8E8E. Windows color (decimal): -963107 or 14503409. OLE color: 14503409.

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

Color convert

RGB 241 77 221 -
CMYK 0 0.68 0.08 0.05
HSL 307.32º 0.85% 0.62% -
HSV(B) 307.32º 0.68% 0.95% -
XYZ 51.98 29.23 71.31 -
YUV 142.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 241 77 221 0 0.68 0.08 0.05 307.32 0.85 0.62
Hex F1 4D DD 0 44 8 5 133 55 3E
Octal 361 115 335 0 104 10 5 463 125 76
Binary 11110001 1001101 11011101 0 1000100 1000 101 100110011 1010101 111110

Color Harmonies of #F14DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DDD

Black with #F14DDD

Text Example


Text Example

White with #F14DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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