Html Css Color HEX #F959D5 Free Speech Magenta

📋 copy color: '#F959D5'

red 249 ◦ green 89 ◦ blue 213

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

Shades of Free Speech Magenta #F959D5

Tints of Free Speech Magenta #F959D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.66%

R = 45.19%
G = 16.15%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F959D5 (or 0xF959D5) is known color: Free Speech Magenta. HEX triplet: F9, 59 and D5. RGB value is (249,89,213). Sum of RGB (Red+Green+Blue) = 249+89+213=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 89 (35.16% from 255 or 16.15% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F959D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959D5 is #06A62A. Grayscale: #969696. Windows color (decimal): -435755 or 13982201. OLE color: 13982201.

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

Color convert

RGB 249 89 213 -
CMYK 0 0.64 0.14 0.02
HSL 313.5º 0.93% 0.66% -
HSV(B) 313.5º 0.64% 0.98% -
XYZ 54.65 32.09 66.26 -
YUV 150.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 249 89 213 0 0.64 0.14 0.02 313.5 0.93 0.66
Hex F9 59 D5 0 40 E 2 13A 5D 42
Octal 371 131 325 0 100 16 2 472 135 102
Binary 11111001 1011001 11010101 0 1000000 1110 10 100111010 1011101 1000010

Color Harmonies of #F959D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959D5

Black with #F959D5

Text Example


Text Example

White with #F959D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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