Html Css Color HEX #F960DB Free Speech Magenta

📋 copy color: '#F960DB'

red 249 ◦ green 96 ◦ blue 219

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

Shades of Free Speech Magenta #F960DB

Tints of Free Speech Magenta #F960DB

RGB

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

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

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

R = 44.15%
G = 17.02%
B = 38.83%

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

#F960DB (or 0xF960DB) is known color: Free Speech Magenta. HEX triplet: F9, 60 and DB. RGB value is (249,96,219). Sum of RGB (Red+Green+Blue) = 249+96+219=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 96 (37.89% from 255 or 17.02% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F960DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960DB is #069F24. Grayscale: #9B9B9B. Windows color (decimal): -433957 or 14377209. OLE color: 14377209.

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

Color convert

RGB 249 96 219 -
CMYK 0 0.61 0.12 0.02
HSL 311.76º 0.93% 0.68% -
HSV(B) 311.76º 0.61% 0.98% -
XYZ 56.04 33.62 70.55 -
YUV 155.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 249 96 219 0 0.61 0.12 0.02 311.76 0.93 0.68
Hex F9 60 DB 0 3D C 2 138 5D 44
Octal 371 140 333 0 75 14 2 470 135 104
Binary 11111001 1100000 11011011 0 111101 1100 10 100111000 1011101 1000100

Color Harmonies of #F960DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F960DB

Black with #F960DB

Text Example


Text Example

White with #F960DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F960DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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