Html Css Color HEX #F959E7 Free Speech Magenta

📋 copy color: '#F959E7'

red 249 ◦ green 89 ◦ blue 231

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

Shades of Free Speech Magenta #F959E7

Tints of Free Speech Magenta #F959E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.6%

R = 43.76%
G = 15.64%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F959E7 (or 0xF959E7) is known color: Free Speech Magenta. HEX triplet: F9, 59 and E7. RGB value is (249,89,231). Sum of RGB (Red+Green+Blue) = 249+89+231=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 89 (35.16% from 255 or 15.64% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F959E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F959E7 is #06A618. Grayscale: #989898. Windows color (decimal): -435737 or 15161849. OLE color: 15161849.

HSL color Cylindrical-coordinate representation of color #F959E7: hue angle of 306.75º 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 #F959E7 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 89 231 -
CMYK 0 0.64 0.07 0.02
HSL 306.75º 0.93% 0.66% -
HSV(B) 306.75º 0.64% 0.98% -
XYZ 57.06 33.05 78.97 -
YUV 153.03 172.01 196.45 -
System Red Green Blue C M Y K H S L
Decimal 249 89 231 0 0.64 0.07 0.02 306.75 0.93 0.66
Hex F9 59 E7 0 40 7 2 133 5D 42
Octal 371 131 347 0 100 7 2 463 135 102
Binary 11111001 1011001 11100111 0 1000000 111 10 100110011 1011101 1000010

Color Harmonies of #F959E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959E7

Black with #F959E7

Text Example


Text Example

White with #F959E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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