#f463db

Color #F463DB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F463DB

Tints of Free Speech Magenta #F463DB

Color information

#F463DB (or 0xF463DB) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 63 and DB. RGB value is (244,99,219). Sum of RGB (Red+Green+Blue) = 244+99+219=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 99 (39.06% from 255 or 17.62% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F463DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F463DB is #0B9C24. Grayscale: #9B9B9B. Windows color (decimal): -760869 or 14377972. OLE color: 14377972.

HSL color Cylindrical-coordinate representation of color #F463DB: hue angle of 310.34º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F463DB is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB24499219-
CMYK00.590.100.04
HSL310.34º86.83%67.25%-
HSV(B)310.34º59.43%95.69%-
XYZ54.5633.2770.56-
YUV156.04163.54190.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.42%
GREEN value IS 99 (39.06% from 255) = 17.62%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=43.42%
G=17.62%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449921900.590.100.04310.3486.8367.25
HexF463DB03BA41365743
Octal364143333073124466127103
Binary111101001100011110110110111011101010010011011010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f463db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f463db; }

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

 H1.HeaderClassName
 {
   color: #f463db;
 }
 .AnyTagClassName
 {
   color: #f463db;
 }
</style>
background-color css

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

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

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

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

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

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