#f172e2

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

Shades of Pale Magenta #F172E2

Tints of Pale Magenta #F172E2

Color information

#F172E2 (or 0xF172E2) is unknown color: approx Pale Magenta. HEX triplet: F1, 72 and E2. RGB value is (241,114,226). Sum of RGB (Red+Green+Blue) = 241+114+226=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F172E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172E2 is #0E8D1D. Grayscale: #A4A4A4. Windows color (decimal): -953630 or 14840561. OLE color: 14840561.

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

Color convert

RGB241114226-
CMYK00.530.060.05
HSL307.09º81.94%69.61%-
HSV(B)307.09º52.7%94.51%-
XYZ56.0236.2375.99-
YUV164.74162.58182.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.48%
GREEN value IS 114 (44.92% from 255) = 19.62%
BLUE value IS 226 (88.67% from 255) = 38.90%
R=41.48%
G=19.62%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111422600.530.060.05307.0981.9469.61
HexF172E2035651335246
Octal36116234206565463122106
Binary11110001111001011100010011010111010110011001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f172e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f172e2; }

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

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

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

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

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

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

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

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