Html Css Color HEX #F561DB Free Speech Magenta

📋 copy color: '#F561DB'

red 245 ◦ green 97 ◦ blue 219

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

Shades of Free Speech Magenta #F561DB

Tints of Free Speech Magenta #F561DB

RGB

 RED value IS 245 (96.09% from 255) = 43.67%

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

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

R = 43.67%
G = 17.29%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F561DB (or 0xF561DB) is known color: Free Speech Magenta. HEX triplet: F5, 61 and DB. RGB value is (245,97,219). Sum of RGB (Red+Green+Blue) = 245+97+219=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F561DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F561DB is #0A9E24. Grayscale: #9A9A9A. Windows color (decimal): -695845 or 14377461. OLE color: 14377461.

HSL color Cylindrical-coordinate representation of color #F561DB: hue angle of 310.54º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F561DB is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 97 219 -
CMYK 0 0.60 0.11 0.04
HSL 310.54º 0.88% 0.67% -
HSV(B) 310.54º 0.6% 0.96% -
XYZ 54.72 33.08 70.52 -
YUV 155.16 164.03 192.08 -
System Red Green Blue C M Y K H S L
Decimal 245 97 219 0 0.60 0.11 0.04 310.54 0.88 0.67
Hex F5 61 DB 0 3C B 4 137 58 43
Octal 365 141 333 0 74 13 4 467 130 103
Binary 11110101 1100001 11011011 0 111100 1011 100 100110111 1011000 1000011

Color Harmonies of #F561DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F561DB

Black with #F561DB

Text Example


Text Example

White with #F561DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F561DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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