Html Css Color HEX #F163DB Free Speech Magenta

📋 copy color: '#F163DB'

red 241 ◦ green 99 ◦ blue 219

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

Shades of Free Speech Magenta #F163DB

Tints of Free Speech Magenta #F163DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 43.11%
G = 17.71%
B = 39.18%

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

#F163DB (or 0xF163DB) is known color: Free Speech Magenta. HEX triplet: F1, 63 and DB. RGB value is (241,99,219). Sum of RGB (Red+Green+Blue) = 241+99+219=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 99 (39.06% from 255 or 17.71% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F163DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163DB is #0E9C24. Grayscale: #9A9A9A. Windows color (decimal): -957477 or 14377969. OLE color: 14377969.

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

Color convert

RGB 241 99 219 -
CMYK 0 0.59 0.09 0.05
HSL 309.3º 0.84% 0.67% -
HSV(B) 309.3º 0.59% 0.95% -
XYZ 53.52 32.74 70.52 -
YUV 155.14 164.04 189.24 -
System Red Green Blue C M Y K H S L
Decimal 241 99 219 0 0.59 0.09 0.05 309.3 0.84 0.67
Hex F1 63 DB 0 3B 9 5 135 54 43
Octal 361 143 333 0 73 11 5 465 124 103
Binary 11110001 1100011 11011011 0 111011 1001 101 100110101 1010100 1000011

Color Harmonies of #F163DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F163DB

Black with #F163DB

Text Example


Text Example

White with #F163DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F163DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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