Html Css Color HEX #F14ADD Free Speech Magenta

📋 copy color: '#F14ADD'

red 241 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Magenta #F14ADD

Tints of Free Speech Magenta #F14ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.81%

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

R = 44.96%
G = 13.81%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F14ADD (or 0xF14ADD) is known color: Free Speech Magenta. HEX triplet: F1, 4A and DD. RGB value is (241,74,221). Sum of RGB (Red+Green+Blue) = 241+74+221=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 74 (29.30% from 255 or 13.81% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F14ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14ADD is #0EB522. Grayscale: #8C8C8C. Windows color (decimal): -963875 or 14502641. OLE color: 14502641.

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

Color convert

RGB 241 74 221 -
CMYK 0 0.69 0.08 0.05
HSL 307.19º 0.86% 0.62% -
HSV(B) 307.19º 0.69% 0.95% -
XYZ 51.78 28.82 71.24 -
YUV 140.69 173.33 199.55 -
System Red Green Blue C M Y K H S L
Decimal 241 74 221 0 0.69 0.08 0.05 307.19 0.86 0.62
Hex F1 4A DD 0 45 8 5 133 56 3E
Octal 361 112 335 0 105 10 5 463 126 76
Binary 11110001 1001010 11011101 0 1000101 1000 101 100110011 1010110 111110

Color Harmonies of #F14ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14ADD

Black with #F14ADD

Text Example


Text Example

White with #F14ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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