#F305F1

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

Shades of Magenta #F305F1

Tints of Magenta #F305F1

Color information

#F305F1 (or 0xF305F1) is unknown color: approx Magenta. HEX triplet: F3, 05 and F1. RGB value is (243,5,241). Sum of RGB (Red+Green+Blue) = 243+5+241=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 5 (2.34% from 255 or 1.02% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F305F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F305F1 is #0CFA0E. Grayscale: #666666. Windows color (decimal): -850447 or 15795699. OLE color: 15795699.

HSL color Cylindrical-coordinate representation of color #F305F1: hue angle of 300.5º 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 #F305F1 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB2435241-
CMYK00.980.010.05
HSL300.5º95.97%48.63%-
HSV(B)300.5º97.94%95.29%-
XYZ52.8925.5185.36-
YUV103.07205.85227.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.69%
GREEN value IS 5 (2.34% from 255) = 1.02%
BLUE value IS 241 (94.53% from 255) = 49.28%
R=49.69%
G=1.02%
B=49.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243524100.980.010.05300.595.9748.63
HexF35F10621512d6031
Octal363536101421545514061
Binary11110011101111100010110001011011001011011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F305F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F305F1; }

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

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

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

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

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

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

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

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