Html Css Color HEX #F960DC Free Speech Magenta

📋 copy color: '#F960DC'

red 249 ◦ green 96 ◦ blue 220

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

Shades of Free Speech Magenta #F960DC

Tints of Free Speech Magenta #F960DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.99%

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

R = 44.07%
G = 16.99%
B = 38.94%

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

#F960DC (or 0xF960DC) is known color: Free Speech Magenta. HEX triplet: F9, 60 and DC. RGB value is (249,96,220). Sum of RGB (Red+Green+Blue) = 249+96+220=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 96 (37.89% from 255 or 16.99% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F960DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960DC is #069F23. Grayscale: #9B9B9B. Windows color (decimal): -433956 or 14442745. OLE color: 14442745.

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

Color convert

RGB 249 96 220 -
CMYK 0 0.61 0.12 0.02
HSL 311.37º 0.93% 0.68% -
HSV(B) 311.37º 0.61% 0.98% -
XYZ 56.17 33.67 71.25 -
YUV 155.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 249 96 220 0 0.61 0.12 0.02 311.37 0.93 0.68
Hex F9 60 DC 0 3D C 2 137 5D 44
Octal 371 140 334 0 75 14 2 467 135 104
Binary 11111001 1100000 11011100 0 111101 1100 10 100110111 1011101 1000100

Color Harmonies of #F960DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F960DC

Black with #F960DC

Text Example


Text Example

White with #F960DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F960DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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