Html Css Color HEX #F14CDD Free Speech Magenta

📋 copy color: '#F14CDD'

red 241 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Magenta #F14CDD

Tints of Free Speech Magenta #F14CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.13%

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

R = 44.8%
G = 14.13%
B = 41.08%

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

#F14CDD (or 0xF14CDD) is known color: Free Speech Magenta. HEX triplet: F1, 4C and DD. RGB value is (241,76,221). Sum of RGB (Red+Green+Blue) = 241+76+221=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 76 (30.08% from 255 or 14.13% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CDD is #0EB322. Grayscale: #8D8D8D. Windows color (decimal): -963363 or 14503153. OLE color: 14503153.

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

Color convert

RGB 241 76 221 -
CMYK 0 0.68 0.08 0.05
HSL 307.27º 0.85% 0.62% -
HSV(B) 307.27º 0.68% 0.95% -
XYZ 51.91 29.09 71.29 -
YUV 141.87 172.66 198.71 -
System Red Green Blue C M Y K H S L
Decimal 241 76 221 0 0.68 0.08 0.05 307.27 0.85 0.62
Hex F1 4C DD 0 44 8 5 133 55 3E
Octal 361 114 335 0 104 10 5 463 125 76
Binary 11110001 1001100 11011101 0 1000100 1000 101 100110011 1010101 111110

Color Harmonies of #F14CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CDD

Black with #F14CDD

Text Example


Text Example

White with #F14CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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