Html Css Color HEX #F966DC Free Speech Magenta

📋 copy color: '#F966DC'

red 249 ◦ green 102 ◦ blue 220

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

Shades of Free Speech Magenta #F966DC

Tints of Free Speech Magenta #F966DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.86%

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

R = 43.61%
G = 17.86%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F966DC (or 0xF966DC) is known color: Free Speech Magenta. HEX triplet: F9, 66 and DC. RGB value is (249,102,220). Sum of RGB (Red+Green+Blue) = 249+102+220=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 102 (40.23% from 255 or 17.86% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F966DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966DC is #069923. Grayscale: #9F9F9F. Windows color (decimal): -432420 or 14444281. OLE color: 14444281.

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

Color convert

RGB 249 102 220 -
CMYK 0 0.59 0.12 0.02
HSL 311.84º 0.92% 0.69% -
HSV(B) 311.84º 0.59% 0.98% -
XYZ 56.74 34.81 71.44 -
YUV 159.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 249 102 220 0 0.59 0.12 0.02 311.84 0.92 0.69
Hex F9 66 DC 0 3B C 2 138 5C 45
Octal 371 146 334 0 73 14 2 470 134 105
Binary 11111001 1100110 11011100 0 111011 1100 10 100111000 1011100 1000101

Color Harmonies of #F966DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966DC

Black with #F966DC

Text Example


Text Example

White with #F966DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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