Html Css Color HEX #F16ED8 Free Speech Magenta

📋 copy color: '#F16ED8'

red 241 ◦ green 110 ◦ blue 216

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

Shades of Free Speech Magenta #F16ED8

Tints of Free Speech Magenta #F16ED8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.4%

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

R = 42.5%
G = 19.4%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F16ED8 (or 0xF16ED8) is known color: Free Speech Magenta. HEX triplet: F1, 6E and D8. RGB value is (241,110,216). Sum of RGB (Red+Green+Blue) = 241+110+216=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ED8 is #0E9127. Grayscale: #A0A0A0. Windows color (decimal): -954664 or 14184177. OLE color: 14184177.

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

Color convert

RGB 241 110 216 -
CMYK 0 0.54 0.10 0.05
HSL 311.45º 0.82% 0.69% -
HSV(B) 311.45º 0.54% 0.95% -
XYZ 54.25 34.81 68.83 -
YUV 161.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 241 110 216 0 0.54 0.10 0.05 311.45 0.82 0.69
Hex F1 6E D8 0 36 A 5 137 52 45
Octal 361 156 330 0 66 12 5 467 122 105
Binary 11110001 1101110 11011000 0 110110 1010 101 100110111 1010010 1000101

Color Harmonies of #F16ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16ED8

Black with #F16ED8

Text Example


Text Example

White with #F16ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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