#f125f1

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

Shades of Magenta #F125F1

Tints of Magenta #F125F1

Color information

#F125F1 (or 0xF125F1) is unknown color: approx Magenta. HEX triplet: F1, 25 and F1. RGB value is (241,37,241). Sum of RGB (Red+Green+Blue) = 241+37+241=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 37 (14.84% from 255 or 7.13% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F125F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F125F1 is #0EDA0E. Grayscale: #787878. Windows color (decimal): -973327 or 15803889. OLE color: 15803889.

HSL color Cylindrical-coordinate representation of color #F125F1: hue angle of 300º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F125F1 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24137241-
CMYK00.8500.05
HSL300º87.93%54.51%-
HSV(B)300º84.65%94.51%-
XYZ52.8126.3785.53-
YUV121.25195.59213.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 37 (14.84% from 255) = 7.13%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=46.44%
G=7.13%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413724100.8500.0530087.9354.51
HexF125F10550512c5837
Octal3614536101250545413067
Binary11110001100101111100010101010101011001011001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f125f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f125f1; }

 p { color: rgb(241,37,241); }

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

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

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

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

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

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

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