Html Css Color HEX #F161DB Free Speech Magenta

📋 copy color: '#F161DB'

red 241 ◦ green 97 ◦ blue 219

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

Shades of Free Speech Magenta #F161DB

Tints of Free Speech Magenta #F161DB

RGB

 RED value IS 241 (94.53% from 255) = 43.27%

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

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

R = 43.27%
G = 17.41%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F161DB (or 0xF161DB) is known color: Free Speech Magenta. HEX triplet: F1, 61 and DB. RGB value is (241,97,219). Sum of RGB (Red+Green+Blue) = 241+97+219=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 97 (38.28% from 255 or 17.41% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F161DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F161DB is #0E9E24. Grayscale: #999999. Windows color (decimal): -957989 or 14377457. OLE color: 14377457.

HSL color Cylindrical-coordinate representation of color #F161DB: hue angle of 309.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F161DB is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 219 -
CMYK 0 0.60 0.09 0.05
HSL 309.17º 0.84% 0.66% -
HSV(B) 309.17º 0.6% 0.95% -
XYZ 53.34 32.36 70.45 -
YUV 153.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 241 97 219 0 0.60 0.09 0.05 309.17 0.84 0.66
Hex F1 61 DB 0 3C 9 5 135 54 42
Octal 361 141 333 0 74 11 5 465 124 102
Binary 11110001 1100001 11011011 0 111100 1001 101 100110101 1010100 1000010

Color Harmonies of #F161DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F161DB

Black with #F161DB

Text Example


Text Example

White with #F161DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F161DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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