Html Css Color HEX #F159D8 Free Speech Magenta

📋 copy color: '#F159D8'

red 241 ◦ green 89 ◦ blue 216

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

Shades of Free Speech Magenta #F159D8

Tints of Free Speech Magenta #F159D8

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.3%

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

R = 44.14%
G = 16.3%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F159D8 (or 0xF159D8) is known color: Free Speech Magenta. HEX triplet: F1, 59 and D8. RGB value is (241,89,216). Sum of RGB (Red+Green+Blue) = 241+89+216=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F159D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159D8 is #0EA627. Grayscale: #949494. Windows color (decimal): -960040 or 14178801. OLE color: 14178801.

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

Color convert

RGB 241 89 216 -
CMYK 0 0.63 0.10 0.05
HSL 309.87º 0.84% 0.65% -
HSV(B) 309.87º 0.63% 0.95% -
XYZ 52.24 30.8 68.16 -
YUV 148.93 165.86 193.67 -
System Red Green Blue C M Y K H S L
Decimal 241 89 216 0 0.63 0.10 0.05 309.87 0.84 0.65
Hex F1 59 D8 0 3F A 5 136 54 41
Octal 361 131 330 0 77 12 5 466 124 101
Binary 11110001 1011001 11011000 0 111111 1010 101 100110110 1010100 1000001

Color Harmonies of #F159D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159D8

Black with #F159D8

Text Example


Text Example

White with #F159D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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