Html Css Color HEX #F966DD Free Speech Magenta

📋 copy color: '#F966DD'

red 249 ◦ green 102 ◦ blue 221

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

Shades of Free Speech Magenta #F966DD

Tints of Free Speech Magenta #F966DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 43.53%
G = 17.83%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F966DD (or 0xF966DD) is known color: Free Speech Magenta. HEX triplet: F9, 66 and DD. RGB value is (249,102,221). Sum of RGB (Red+Green+Blue) = 249+102+221=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 102 (40.23% from 255 or 17.83% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F966DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966DD is #069922. Grayscale: #9F9F9F. Windows color (decimal): -432419 or 14509817. OLE color: 14509817.

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

Color convert

RGB 249 102 221 -
CMYK 0 0.59 0.11 0.02
HSL 311.43º 0.92% 0.69% -
HSV(B) 311.43º 0.59% 0.98% -
XYZ 56.87 34.86 72.14 -
YUV 159.52 162.7 191.82 -
System Red Green Blue C M Y K H S L
Decimal 249 102 221 0 0.59 0.11 0.02 311.43 0.92 0.69
Hex F9 66 DD 0 3B B 2 137 5C 45
Octal 371 146 335 0 73 13 2 467 134 105
Binary 11111001 1100110 11011101 0 111011 1011 10 100110111 1011100 1000101

Color Harmonies of #F966DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966DD

Black with #F966DD

Text Example


Text Example

White with #F966DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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