#F105F3

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

Shades of Magenta #F105F3

Tints of Magenta #F105F3

Color information

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

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

Color convert

RGB2415243-
CMYK0.010.9800.05
HSL299.5º95.97%48.63%-
HSV(B)299.5º97.94%95.29%-
XYZ52.5125.2886.91-
YUV102.7207.19226.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24152430.010.9800.05299.595.9748.63
HexF15F31620512b6031
Octal361536311420545314061
Binary11110001101111100111110001001011001010111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F105F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F105F3; }

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

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

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

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

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

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

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

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