Html Css Color HEX #F959DB Free Speech Magenta

📋 copy color: '#F959DB'

red 249 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #F959DB

Tints of Free Speech Magenta #F959DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.98%

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

R = 44.7%
G = 15.98%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F959DB (or 0xF959DB) is known color: Free Speech Magenta. HEX triplet: F9, 59 and DB. RGB value is (249,89,219). Sum of RGB (Red+Green+Blue) = 249+89+219=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F959DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959DB is #06A624. Grayscale: #979797. Windows color (decimal): -435749 or 14375417. OLE color: 14375417.

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

Color convert

RGB 249 89 219 -
CMYK 0 0.64 0.12 0.02
HSL 311.25º 0.93% 0.66% -
HSV(B) 311.25º 0.64% 0.98% -
XYZ 55.43 32.4 70.35 -
YUV 151.66 166.01 197.43 -
System Red Green Blue C M Y K H S L
Decimal 249 89 219 0 0.64 0.12 0.02 311.25 0.93 0.66
Hex F9 59 DB 0 40 C 2 137 5D 42
Octal 371 131 333 0 100 14 2 467 135 102
Binary 11111001 1011001 11011011 0 1000000 1100 10 100110111 1011101 1000010

Color Harmonies of #F959DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959DB

Black with #F959DB

Text Example


Text Example

White with #F959DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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