Html Css Color HEX #F163D1 Free Speech Magenta

📋 copy color: '#F163D1'

red 241 ◦ green 99 ◦ blue 209

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

Shades of Free Speech Magenta #F163D1

Tints of Free Speech Magenta #F163D1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.03%

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

R = 43.9%
G = 18.03%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F163D1 (or 0xF163D1) is known color: Free Speech Magenta. HEX triplet: F1, 63 and D1. RGB value is (241,99,209). Sum of RGB (Red+Green+Blue) = 241+99+209=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F163D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163D1 is #0E9C2E. Grayscale: #999999. Windows color (decimal): -957487 or 13722609. OLE color: 13722609.

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

Color convert

RGB 241 99 209 -
CMYK 0 0.59 0.13 0.05
HSL 313.52º 0.84% 0.67% -
HSV(B) 313.52º 0.59% 0.95% -
XYZ 52.25 32.23 63.79 -
YUV 154 159.04 190.06 -
System Red Green Blue C M Y K H S L
Decimal 241 99 209 0 0.59 0.13 0.05 313.52 0.84 0.67
Hex F1 63 D1 0 3B D 5 13A 54 43
Octal 361 143 321 0 73 15 5 472 124 103
Binary 11110001 1100011 11010001 0 111011 1101 101 100111010 1010100 1000011

Color Harmonies of #F163D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F163D1

Black with #F163D1

Text Example


Text Example

White with #F163D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F163D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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