Html Css Color HEX #F161D1 Free Speech Magenta

📋 copy color: '#F161D1'

red 241 ◦ green 97 ◦ blue 209

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

Shades of Free Speech Magenta #F161D1

Tints of Free Speech Magenta #F161D1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.73%

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 44.06%
G = 17.73%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F161D1 (or 0xF161D1) is known color: Free Speech Magenta. HEX triplet: F1, 61 and D1. RGB value is (241,97,209). Sum of RGB (Red+Green+Blue) = 241+97+209=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F161D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F161D1 is #0E9E2E. Grayscale: #989898. Windows color (decimal): -957999 or 13722097. OLE color: 13722097.

HSL color Cylindrical-coordinate representation of color #F161D1: hue angle of 313.33º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F161D1 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 209 -
CMYK 0 0.60 0.13 0.05
HSL 313.33º 0.84% 0.66% -
HSV(B) 313.33º 0.6% 0.95% -
XYZ 52.06 31.85 63.73 -
YUV 152.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 241 97 209 0 0.60 0.13 0.05 313.33 0.84 0.66
Hex F1 61 D1 0 3C D 5 139 54 42
Octal 361 141 321 0 74 15 5 471 124 102
Binary 11110001 1100001 11010001 0 111100 1101 101 100111001 1010100 1000010

Color Harmonies of #F161D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F161D1

Black with #F161D1

Text Example


Text Example

White with #F161D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F161D1; }

 p { color: rgb(241,97,209); }

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

background-color css

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

 a { background-color: rgb(241,97,209); }

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

border-color css

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

 span { border-color: rgb(241,97,209); }

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