Html Css Color HEX #F163DC Free Speech Magenta

📋 copy color: '#F163DC'

red 241 ◦ green 99 ◦ blue 220

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

Shades of Free Speech Magenta #F163DC

Tints of Free Speech Magenta #F163DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 43.04%
G = 17.68%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F163DC (or 0xF163DC) is known color: Free Speech Magenta. HEX triplet: F1, 63 and DC. RGB value is (241,99,220). Sum of RGB (Red+Green+Blue) = 241+99+220=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F163DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163DC is #0E9C23. Grayscale: #9A9A9A. Windows color (decimal): -957476 or 14443505. OLE color: 14443505.

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

Color convert

RGB 241 99 220 -
CMYK 0 0.59 0.09 0.05
HSL 308.87º 0.84% 0.67% -
HSV(B) 308.87º 0.59% 0.95% -
XYZ 53.66 32.79 71.21 -
YUV 155.25 164.54 189.16 -
System Red Green Blue C M Y K H S L
Decimal 241 99 220 0 0.59 0.09 0.05 308.87 0.84 0.67
Hex F1 63 DC 0 3B 9 5 135 54 43
Octal 361 143 334 0 73 11 5 465 124 103
Binary 11110001 1100011 11011100 0 111011 1001 101 100110101 1010100 1000011

Color Harmonies of #F163DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F163DC

Black with #F163DC

Text Example


Text Example

White with #F163DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F163DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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