Html Css Color HEX #F159E7 Free Speech Magenta

📋 copy color: '#F159E7'

red 241 ◦ green 89 ◦ blue 231

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

Shades of Free Speech Magenta #F159E7

Tints of Free Speech Magenta #F159E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.18%

R = 42.96%
G = 15.86%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F159E7 (or 0xF159E7) is known color: Free Speech Magenta. HEX triplet: F1, 59 and E7. RGB value is (241,89,231). Sum of RGB (Red+Green+Blue) = 241+89+231=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 89 (35.16% from 255 or 15.86% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F159E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F159E7 is #0EA618. Grayscale: #969696. Windows color (decimal): -960025 or 15161841. OLE color: 15161841.

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

Color convert

RGB 241 89 231 -
CMYK 0 0.63 0.04 0.05
HSL 303.95º 0.84% 0.65% -
HSV(B) 303.95º 0.63% 0.95% -
XYZ 54.27 31.62 78.84 -
YUV 150.64 173.36 192.45 -
System Red Green Blue C M Y K H S L
Decimal 241 89 231 0 0.63 0.04 0.05 303.95 0.84 0.65
Hex F1 59 E7 0 3F 4 5 130 54 41
Octal 361 131 347 0 77 4 5 460 124 101
Binary 11110001 1011001 11100111 0 111111 100 101 100110000 1010100 1000001

Color Harmonies of #F159E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159E7

Black with #F159E7

Text Example


Text Example

White with #F159E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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