Html Css Color HEX #F159C8 Free Speech Magenta

📋 copy color: '#F159C8'

red 241 ◦ green 89 ◦ blue 200

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

Shades of Free Speech Magenta #F159C8

Tints of Free Speech Magenta #F159C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.74%

R = 45.47%
G = 16.79%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F159C8 (or 0xF159C8) is known color: Free Speech Magenta. HEX triplet: F1, 59 and C8. RGB value is (241,89,200). Sum of RGB (Red+Green+Blue) = 241+89+200=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F159C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159C8 is #0EA637. Grayscale: #929292. Windows color (decimal): -960056 or 13130225. OLE color: 13130225.

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

Color convert

RGB 241 89 200 -
CMYK 0 0.63 0.17 0.05
HSL 316.18º 0.84% 0.65% -
HSV(B) 316.18º 0.63% 0.95% -
XYZ 50.27 30.02 57.79 -
YUV 147.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 241 89 200 0 0.63 0.17 0.05 316.18 0.84 0.65
Hex F1 59 C8 0 3F 11 5 13C 54 41
Octal 361 131 310 0 77 21 5 474 124 101
Binary 11110001 1011001 11001000 0 111111 10001 101 100111100 1010100 1000001

Color Harmonies of #F159C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159C8

Black with #F159C8

Text Example


Text Example

White with #F159C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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