#F172E1

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

Shades of Pale Magenta #F172E1

Tints of Pale Magenta #F172E1

Color information

#F172E1 (or 0xF172E1) is unknown color: approx Pale Magenta. HEX triplet: F1, 72 and E1. RGB value is (241,114,225). Sum of RGB (Red+Green+Blue) = 241+114+225=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F172E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172E1 is #0E8D1E. Grayscale: #A4A4A4. Windows color (decimal): -953631 or 14775025. OLE color: 14775025.

HSL color Cylindrical-coordinate representation of color #F172E1: hue angle of 307.56º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172E1 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB241114225-
CMYK00.530.070.05
HSL307.56º81.94%69.61%-
HSV(B)307.56º52.7%94.51%-
XYZ55.8836.1775.27-
YUV164.63162.08182.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 114 (44.92% from 255) = 19.66%
BLUE value IS 225 (88.28% from 255) = 38.79%
R=41.55%
G=19.66%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111422500.530.070.05307.5681.9469.61
HexF172E1035751345246
Octal36116234106575464122106
Binary11110001111001011100001011010111110110011010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F172E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F172E1; }

 p { color: rgb(241,114,225); }

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

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

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

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

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

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

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