Html Css Color HEX #F159E3 Free Speech Magenta

📋 copy color: '#F159E3'

red 241 ◦ green 89 ◦ blue 227

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

Shades of Free Speech Magenta #F159E3

Tints of Free Speech Magenta #F159E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.75%

R = 43.27%
G = 15.98%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F159E3 (or 0xF159E3) is known color: Free Speech Magenta. HEX triplet: F1, 59 and E3. RGB value is (241,89,227). Sum of RGB (Red+Green+Blue) = 241+89+227=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F159E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159E3 is #0EA61C. Grayscale: #959595. Windows color (decimal): -960029 or 14899697. OLE color: 14899697.

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

Color convert

RGB 241 89 227 -
CMYK 0 0.63 0.06 0.05
HSL 305.53º 0.84% 0.65% -
HSV(B) 305.53º 0.63% 0.95% -
XYZ 53.71 31.39 75.9 -
YUV 150.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 241 89 227 0 0.63 0.06 0.05 305.53 0.84 0.65
Hex F1 59 E3 0 3F 6 5 132 54 41
Octal 361 131 343 0 77 6 5 462 124 101
Binary 11110001 1011001 11100011 0 111111 110 101 100110010 1010100 1000001

Color Harmonies of #F159E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159E3

Black with #F159E3

Text Example


Text Example

White with #F159E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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