Html Css Color HEX #F461DB Free Speech Magenta

📋 copy color: '#F461DB'

red 244 ◦ green 97 ◦ blue 219

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

Shades of Free Speech Magenta #F461DB

Tints of Free Speech Magenta #F461DB

RGB

 RED value IS 244 (95.7% from 255) = 43.57%

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

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

R = 43.57%
G = 17.32%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F461DB (or 0xF461DB) is known color: Free Speech Magenta. HEX triplet: F4, 61 and DB. RGB value is (244,97,219). Sum of RGB (Red+Green+Blue) = 244+97+219=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F461DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F461DB is #0B9E24. Grayscale: #9A9A9A. Windows color (decimal): -761381 or 14377460. OLE color: 14377460.

HSL color Cylindrical-coordinate representation of color #F461DB: hue angle of 310.2º degrees, saturation: 0.87, 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 #F461DB is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 97 219 -
CMYK 0 0.60 0.10 0.04
HSL 310.2º 0.87% 0.67% -
HSV(B) 310.2º 0.6% 0.96% -
XYZ 54.37 32.9 70.5 -
YUV 154.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 244 97 219 0 0.60 0.10 0.04 310.2 0.87 0.67
Hex F4 61 DB 0 3C A 4 136 57 43
Octal 364 141 333 0 74 12 4 466 127 103
Binary 11110100 1100001 11011011 0 111100 1010 100 100110110 1010111 1000011

Color Harmonies of #F461DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F461DB

Black with #F461DB

Text Example


Text Example

White with #F461DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F461DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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