Html Css Color HEX #F966DB Free Speech Magenta

📋 copy color: '#F966DB'

red 249 ◦ green 102 ◦ blue 219

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

Shades of Free Speech Magenta #F966DB

Tints of Free Speech Magenta #F966DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 43.68%
G = 17.89%
B = 38.42%

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

#F966DB (or 0xF966DB) is known color: Free Speech Magenta. HEX triplet: F9, 66 and DB. RGB value is (249,102,219). Sum of RGB (Red+Green+Blue) = 249+102+219=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F966DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966DB is #069924. Grayscale: #9E9E9E. Windows color (decimal): -432421 or 14378745. OLE color: 14378745.

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

Color convert

RGB 249 102 219 -
CMYK 0 0.59 0.12 0.02
HSL 312.24º 0.92% 0.69% -
HSV(B) 312.24º 0.59% 0.98% -
XYZ 56.6 34.76 70.74 -
YUV 159.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 249 102 219 0 0.59 0.12 0.02 312.24 0.92 0.69
Hex F9 66 DB 0 3B C 2 138 5C 45
Octal 371 146 333 0 73 14 2 470 134 105
Binary 11111001 1100110 11011011 0 111011 1100 10 100111000 1011100 1000101

Color Harmonies of #F966DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966DB

Black with #F966DB

Text Example


Text Example

White with #F966DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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