#F303DF

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

Shades of Hot Magenta #F303DF

Tints of Hot Magenta #F303DF

Color information

#F303DF (or 0xF303DF) is unknown color: approx Hot Magenta. HEX triplet: F3, 03 and DF. RGB value is (243,3,223). Sum of RGB (Red+Green+Blue) = 243+3+223=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 3 (1.56% from 255 or 0.64% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F303DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F303DF is #0CFC20. Grayscale: #636363. Windows color (decimal): -850977 or 14615539. OLE color: 14615539.

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

Color convert

RGB2433223-
CMYK00.990.080.05
HSL305º97.56%48.24%-
HSV(B)305º98.77%95.29%-
XYZ50.3124.4571.88-
YUV99.84197.51230.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.81%
GREEN value IS 3 (1.56% from 255) = 0.64%
BLUE value IS 223 (87.5% from 255) = 47.55%
R=51.81%
G=0.64%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243322300.990.080.0530597.5648.24
HexF33DF063851316230
Octal3633337014310546114260
Binary1111001111110111110110001110001011001100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F303DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F303DF; }

 p { color: rgb(243,3,223); }

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

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

 a { background-color: rgb(243,3,223); }

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

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

 span { border-color: rgb(243,3,223); }

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