Html Css Color HEX #F961DB Free Speech Magenta

📋 copy color: '#F961DB'

red 249 ◦ green 97 ◦ blue 219

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

Shades of Free Speech Magenta #F961DB

Tints of Free Speech Magenta #F961DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.17%

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

R = 44.07%
G = 17.17%
B = 38.76%

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

#F961DB (or 0xF961DB) is known color: Free Speech Magenta. HEX triplet: F9, 61 and DB. RGB value is (249,97,219). Sum of RGB (Red+Green+Blue) = 249+97+219=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 97 (38.28% from 255 or 17.17% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F961DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F961DB is #069E24. Grayscale: #9C9C9C. Windows color (decimal): -433701 or 14377465. OLE color: 14377465.

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

Color convert

RGB 249 97 219 -
CMYK 0 0.61 0.12 0.02
HSL 311.84º 0.93% 0.68% -
HSV(B) 311.84º 0.61% 0.98% -
XYZ 56.13 33.8 70.58 -
YUV 156.36 163.36 194.08 -
System Red Green Blue C M Y K H S L
Decimal 249 97 219 0 0.61 0.12 0.02 311.84 0.93 0.68
Hex F9 61 DB 0 3D C 2 138 5D 44
Octal 371 141 333 0 75 14 2 470 135 104
Binary 11111001 1100001 11011011 0 111101 1100 10 100111000 1011101 1000100

Color Harmonies of #F961DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F961DB

Black with #F961DB

Text Example


Text Example

White with #F961DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F961DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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