Html Css Color HEX #F959D4 Free Speech Magenta

📋 copy color: '#F959D4'

red 249 ◦ green 89 ◦ blue 212

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

Shades of Free Speech Magenta #F959D4

Tints of Free Speech Magenta #F959D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.55%

R = 45.27%
G = 16.18%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F959D4 (or 0xF959D4) is known color: Free Speech Magenta. HEX triplet: F9, 59 and D4. RGB value is (249,89,212). Sum of RGB (Red+Green+Blue) = 249+89+212=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 89 (35.16% from 255 or 16.18% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F959D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959D4 is #06A62B. Grayscale: #969696. Windows color (decimal): -435756 or 13916665. OLE color: 13916665.

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

Color convert

RGB 249 89 212 -
CMYK 0 0.64 0.15 0.02
HSL 313.88º 0.93% 0.66% -
HSV(B) 313.88º 0.64% 0.98% -
XYZ 54.52 32.04 65.6 -
YUV 150.86 162.51 198 -
System Red Green Blue C M Y K H S L
Decimal 249 89 212 0 0.64 0.15 0.02 313.88 0.93 0.66
Hex F9 59 D4 0 40 F 2 13A 5D 42
Octal 371 131 324 0 100 17 2 472 135 102
Binary 11111001 1011001 11010100 0 1000000 1111 10 100111010 1011101 1000010

Color Harmonies of #F959D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959D4

Black with #F959D4

Text Example


Text Example

White with #F959D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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