Html Css Color HEX #F16AD8 Free Speech Magenta

📋 copy color: '#F16AD8'

red 241 ◦ green 106 ◦ blue 216

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

Shades of Free Speech Magenta #F16AD8

Tints of Free Speech Magenta #F16AD8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.83%

 BLUE value IS 216 (84.77% from 255) = 38.37%

R = 42.81%
G = 18.83%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F16AD8 (or 0xF16AD8) is known color: Free Speech Magenta. HEX triplet: F1, 6A and D8. RGB value is (241,106,216). Sum of RGB (Red+Green+Blue) = 241+106+216=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16AD8 is #0E9527. Grayscale: #9E9E9E. Windows color (decimal): -955688 or 14183153. OLE color: 14183153.

HSL color Cylindrical-coordinate representation of color #F16AD8: hue angle of 311.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16AD8 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 106 216 -
CMYK 0 0.56 0.10 0.05
HSL 311.11º 0.83% 0.68% -
HSV(B) 311.11º 0.56% 0.95% -
XYZ 53.82 33.97 68.69 -
YUV 158.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 241 106 216 0 0.56 0.10 0.05 311.11 0.83 0.68
Hex F1 6A D8 0 38 A 5 137 53 44
Octal 361 152 330 0 70 12 5 467 123 104
Binary 11110001 1101010 11011000 0 111000 1010 101 100110111 1010011 1000100

Color Harmonies of #F16AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16AD8

Black with #F16AD8

Text Example


Text Example

White with #F16AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16AD8; }

 p { color: rgb(241,106,216); }

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

background-color css

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

 a { background-color: rgb(241,106,216); }

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

border-color css

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

 span { border-color: rgb(241,106,216); }

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