#F305DB

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

Shades of Hot Magenta #F305DB

Tints of Hot Magenta #F305DB

Color information

#F305DB (or 0xF305DB) is unknown color: approx Hot Magenta. HEX triplet: F3, 05 and DB. RGB value is (243,5,219). Sum of RGB (Red+Green+Blue) = 243+5+219=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F305DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F305DB is #0CFA24. Grayscale: #636363. Windows color (decimal): -850469 or 14353907. OLE color: 14353907.

HSL color Cylindrical-coordinate representation of color #F305DB: hue angle of 306.05º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F305DB is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB2435219-
CMYK00.980.100.05
HSL306.05º95.97%48.63%-
HSV(B)306.05º97.94%95.29%-
XYZ49.824.2869.08-
YUV100.56194.85229.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.03%
GREEN value IS 5 (2.34% from 255) = 1.07%
BLUE value IS 219 (85.94% from 255) = 46.90%
R=52.03%
G=1.07%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243521900.980.100.05306.0595.9748.63
HexF35DB062A51326031
Octal3635333014212546214061
Binary11110011101110110110110001010101011001100101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F305DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F305DB; }

 p { color: rgb(243,5,219); }

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

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

 a { background-color: rgb(243,5,219); }

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

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

 span { border-color: rgb(243,5,219); }

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