Html Css Color HEX #F159CE Free Speech Magenta

📋 copy color: '#F159CE'

red 241 ◦ green 89 ◦ blue 206

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

Shades of Free Speech Magenta #F159CE

Tints of Free Speech Magenta #F159CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 44.96%
G = 16.6%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F159CE (or 0xF159CE) is known color: Free Speech Magenta. HEX triplet: F1, 59 and CE. RGB value is (241,89,206). Sum of RGB (Red+Green+Blue) = 241+89+206=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 89 (35.16% from 255 or 16.60% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F159CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159CE is #0EA631. Grayscale: #939393. Windows color (decimal): -960050 or 13523441. OLE color: 13523441.

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

Color convert

RGB 241 89 206 -
CMYK 0 0.63 0.15 0.05
HSL 313.82º 0.84% 0.65% -
HSV(B) 313.82º 0.63% 0.95% -
XYZ 50.99 30.3 61.55 -
YUV 147.79 160.86 194.49 -
System Red Green Blue C M Y K H S L
Decimal 241 89 206 0 0.63 0.15 0.05 313.82 0.84 0.65
Hex F1 59 CE 0 3F F 5 13A 54 41
Octal 361 131 316 0 77 17 5 472 124 101
Binary 11110001 1011001 11001110 0 111111 1111 101 100111010 1010100 1000001

Color Harmonies of #F159CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159CE

Black with #F159CE

Text Example


Text Example

White with #F159CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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