Html Css Color HEX #F959E5 Free Speech Magenta

📋 copy color: '#F959E5'

red 249 ◦ green 89 ◦ blue 229

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

Shades of Free Speech Magenta #F959E5

Tints of Free Speech Magenta #F959E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.39%

R = 43.92%
G = 15.7%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F959E5 (or 0xF959E5) is known color: Free Speech Magenta. HEX triplet: F9, 59 and E5. RGB value is (249,89,229). Sum of RGB (Red+Green+Blue) = 249+89+229=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 89 (35.16% from 255 or 15.70% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F959E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959E5 is #06A61A. Grayscale: #989898. Windows color (decimal): -435739 or 15030777. OLE color: 15030777.

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

Color convert

RGB 249 89 229 -
CMYK 0 0.64 0.08 0.02
HSL 307.5º 0.93% 0.66% -
HSV(B) 307.5º 0.64% 0.98% -
XYZ 56.78 32.94 77.49 -
YUV 152.8 171.01 196.62 -
System Red Green Blue C M Y K H S L
Decimal 249 89 229 0 0.64 0.08 0.02 307.5 0.93 0.66
Hex F9 59 E5 0 40 8 2 134 5D 42
Octal 371 131 345 0 100 10 2 464 135 102
Binary 11111001 1011001 11100101 0 1000000 1000 10 100110100 1011101 1000010

Color Harmonies of #F959E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959E5

Black with #F959E5

Text Example


Text Example

White with #F959E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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