Html Css Color HEX #F163D6 Free Speech Magenta

📋 copy color: '#F163D6'

red 241 ◦ green 99 ◦ blue 214

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

Shades of Free Speech Magenta #F163D6

Tints of Free Speech Magenta #F163D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.63%

R = 43.5%
G = 17.87%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F163D6 (or 0xF163D6) is known color: Free Speech Magenta. HEX triplet: F1, 63 and D6. RGB value is (241,99,214). Sum of RGB (Red+Green+Blue) = 241+99+214=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F163D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163D6 is #0E9C29. Grayscale: #9A9A9A. Windows color (decimal): -957482 or 14050289. OLE color: 14050289.

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

Color convert

RGB 241 99 214 -
CMYK 0 0.59 0.11 0.05
HSL 311.41º 0.84% 0.67% -
HSV(B) 311.41º 0.59% 0.95% -
XYZ 52.88 32.48 67.1 -
YUV 154.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 241 99 214 0 0.59 0.11 0.05 311.41 0.84 0.67
Hex F1 63 D6 0 3B B 5 137 54 43
Octal 361 143 326 0 73 13 5 467 124 103
Binary 11110001 1100011 11010110 0 111011 1011 101 100110111 1010100 1000011

Color Harmonies of #F163D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F163D6

Black with #F163D6

Text Example


Text Example

White with #F163D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F163D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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