#F127F5

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

Shades of Magenta #F127F5

Tints of Magenta #F127F5

Color information

#F127F5 (or 0xF127F5) is unknown color: approx Magenta. HEX triplet: F1, 27 and F5. RGB value is (241,39,245). Sum of RGB (Red+Green+Blue) = 241+39+245=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 39 (15.62% from 255 or 7.43% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #F127F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F127F5 is #0ED80A. Grayscale: #7A7A7A. Windows color (decimal): -972811 or 16066545. OLE color: 16066545.

HSL color Cylindrical-coordinate representation of color #F127F5: hue angle of 298.83º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F127F5 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24139245-
CMYK0.020.8400.04
HSL298.83º91.15%55.69%-
HSV(B)298.83º84.08%96.08%-
XYZ53.4826.7488.73-
YUV122.88196.92212.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 39 (15.62% from 255) = 7.43%
BLUE value IS 245 (96.09% from 255) = 46.67%
R=45.90%
G=7.43%
B=46.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal241392450.020.8400.04298.8391.1555.69
HexF127F52540412b5b38
Octal3614736521240445313370
Binary111100011001111111010110101010001001001010111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F127F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F127F5; }

 p { color: rgb(241,39,245); }

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

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

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

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

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

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

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