Html Css Color HEX #F959E4 Free Speech Magenta

📋 copy color: '#F959E4'

red 249 ◦ green 89 ◦ blue 228

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

Shades of Free Speech Magenta #F959E4

Tints of Free Speech Magenta #F959E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.28%

R = 43.99%
G = 15.72%
B = 40.28%

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

#F959E4 (or 0xF959E4) is known color: Free Speech Magenta. HEX triplet: F9, 59 and E4. RGB value is (249,89,228). Sum of RGB (Red+Green+Blue) = 249+89+228=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 89 (35.16% from 255 or 15.72% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F959E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959E4 is #06A61B. Grayscale: #989898. Windows color (decimal): -435740 or 14965241. OLE color: 14965241.

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

Color convert

RGB 249 89 228 -
CMYK 0 0.64 0.08 0.02
HSL 307.88º 0.93% 0.66% -
HSV(B) 307.88º 0.64% 0.98% -
XYZ 56.64 32.89 76.76 -
YUV 152.69 170.51 196.7 -
System Red Green Blue C M Y K H S L
Decimal 249 89 228 0 0.64 0.08 0.02 307.88 0.93 0.66
Hex F9 59 E4 0 40 8 2 134 5D 42
Octal 371 131 344 0 100 10 2 464 135 102
Binary 11111001 1011001 11100100 0 1000000 1000 10 100110100 1011101 1000010

Color Harmonies of #F959E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959E4

Black with #F959E4

Text Example


Text Example

White with #F959E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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