Html Css Color HEX #F961DC Free Speech Magenta

📋 copy color: '#F961DC'

red 249 ◦ green 97 ◦ blue 220

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

Shades of Free Speech Magenta #F961DC

Tints of Free Speech Magenta #F961DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.14%

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 43.99%
G = 17.14%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F961DC (or 0xF961DC) is known color: Free Speech Magenta. HEX triplet: F9, 61 and DC. RGB value is (249,97,220). Sum of RGB (Red+Green+Blue) = 249+97+220=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 97 (38.28% from 255 or 17.14% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F961DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F961DC is #069E23. Grayscale: #9C9C9C. Windows color (decimal): -433700 or 14443001. OLE color: 14443001.

HSL color Cylindrical-coordinate representation of color #F961DC: hue angle of 311.45º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F961DC is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 97 220 -
CMYK 0 0.61 0.12 0.02
HSL 311.45º 0.93% 0.68% -
HSV(B) 311.45º 0.61% 0.98% -
XYZ 56.26 33.86 71.28 -
YUV 156.47 163.86 194 -
System Red Green Blue C M Y K H S L
Decimal 249 97 220 0 0.61 0.12 0.02 311.45 0.93 0.68
Hex F9 61 DC 0 3D C 2 137 5D 44
Octal 371 141 334 0 75 14 2 467 135 104
Binary 11111001 1100001 11011100 0 111101 1100 10 100110111 1011101 1000100

Color Harmonies of #F961DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F961DC

Black with #F961DC

Text Example


Text Example

White with #F961DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F961DC; }

 p { color: rgb(249,97,220); }

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

background-color css

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

 a { background-color: rgb(249,97,220); }

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

border-color css

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

 span { border-color: rgb(249,97,220); }

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