Html Css Color HEX #F959E1 Free Speech Magenta

📋 copy color: '#F959E1'

red 249 ◦ green 89 ◦ blue 225

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

Shades of Free Speech Magenta #F959E1

Tints of Free Speech Magenta #F959E1

RGB

 RED value IS 249 (97.66% from 255) = 44.23%

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

 BLUE value IS 225 (88.28% from 255) = 39.96%

R = 44.23%
G = 15.81%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F959E1 (or 0xF959E1) is known color: Free Speech Magenta. HEX triplet: F9, 59 and E1. RGB value is (249,89,225). Sum of RGB (Red+Green+Blue) = 249+89+225=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 89 (35.16% from 255 or 15.81% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F959E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959E1 is #06A61E. Grayscale: #979797. Windows color (decimal): -435743 or 14768633. OLE color: 14768633.

HSL color Cylindrical-coordinate representation of color #F959E1: hue angle of 309º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F959E1 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 89 225 -
CMYK 0 0.64 0.10 0.02
HSL 309º 0.93% 0.66% -
HSV(B) 309º 0.64% 0.98% -
XYZ 56.23 32.72 74.59 -
YUV 152.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 249 89 225 0 0.64 0.10 0.02 309 0.93 0.66
Hex F9 59 E1 0 40 A 2 135 5D 42
Octal 371 131 341 0 100 12 2 465 135 102
Binary 11111001 1011001 11100001 0 1000000 1010 10 100110101 1011101 1000010

Color Harmonies of #F959E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959E1

Black with #F959E1

Text Example


Text Example

White with #F959E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959E1; }

 p { color: rgb(249,89,225); }

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

background-color css

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

 a { background-color: rgb(249,89,225); }

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

border-color css

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

 span { border-color: rgb(249,89,225); }

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