Html Css Color HEX #F159D0 Free Speech Magenta

📋 copy color: '#F159D0'

red 241 ◦ green 89 ◦ blue 208

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

Shades of Free Speech Magenta #F159D0

Tints of Free Speech Magenta #F159D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.66%

R = 44.8%
G = 16.54%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F159D0 (or 0xF159D0) is known color: Free Speech Magenta. HEX triplet: F1, 59 and D0. RGB value is (241,89,208). Sum of RGB (Red+Green+Blue) = 241+89+208=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F159D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159D0 is #0EA62F. Grayscale: #939393. Windows color (decimal): -960048 or 13654513. OLE color: 13654513.

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

Color convert

RGB 241 89 208 -
CMYK 0 0.63 0.14 0.05
HSL 313.03º 0.84% 0.65% -
HSV(B) 313.03º 0.63% 0.95% -
XYZ 51.23 30.4 62.84 -
YUV 148.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 241 89 208 0 0.63 0.14 0.05 313.03 0.84 0.65
Hex F1 59 D0 0 3F E 5 139 54 41
Octal 361 131 320 0 77 16 5 471 124 101
Binary 11110001 1011001 11010000 0 111111 1110 101 100111001 1010100 1000001

Color Harmonies of #F159D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159D0

Black with #F159D0

Text Example


Text Example

White with #F159D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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