Html Css Color HEX #F16DDD Free Speech Magenta

📋 copy color: '#F16DDD'

red 241 ◦ green 109 ◦ blue 221

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

Shades of Free Speech Magenta #F16DDD

Tints of Free Speech Magenta #F16DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.09%

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

R = 42.21%
G = 19.09%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F16DDD (or 0xF16DDD) is known color: Free Speech Magenta. HEX triplet: F1, 6D and DD. RGB value is (241,109,221). Sum of RGB (Red+Green+Blue) = 241+109+221=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 109 (42.97% from 255 or 19.09% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DDD is #0E9222. Grayscale: #A0A0A0. Windows color (decimal): -954915 or 14511601. OLE color: 14511601.

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

Color convert

RGB 241 109 221 -
CMYK 0 0.55 0.08 0.05
HSL 309.09º 0.83% 0.69% -
HSV(B) 309.09º 0.55% 0.95% -
XYZ 54.8 34.86 72.25 -
YUV 161.24 161.73 184.89 -
System Red Green Blue C M Y K H S L
Decimal 241 109 221 0 0.55 0.08 0.05 309.09 0.83 0.69
Hex F1 6D DD 0 37 8 5 135 52 45
Octal 361 155 335 0 67 10 5 465 122 105
Binary 11110001 1101101 11011101 0 110111 1000 101 100110101 1010010 1000101

Color Harmonies of #F16DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16DDD

Black with #F16DDD

Text Example


Text Example

White with #F16DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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