#F171E4

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

Shades of Pale Magenta #F171E4

Tints of Pale Magenta #F171E4

Color information

#F171E4 (or 0xF171E4) is unknown color: approx Pale Magenta. HEX triplet: F1, 71 and E4. RGB value is (241,113,228). Sum of RGB (Red+Green+Blue) = 241+113+228=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 113 (44.53% from 255 or 19.42% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F171E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171E4 is #0E8E1B. Grayscale: #A4A4A4. Windows color (decimal): -953884 or 14971377. OLE color: 14971377.

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

Color convert

RGB241113228-
CMYK00.530.050.05
HSL306.09º82.05%69.41%-
HSV(B)306.09º53.11%94.51%-
XYZ56.1836.1177.41-
YUV164.38163.91182.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 113 (44.53% from 255) = 19.42%
BLUE value IS 228 (89.45% from 255) = 39.18%
R=41.41%
G=19.42%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111322800.530.050.05306.0982.0569.41
HexF171E4035551325245
Octal36116134406555462122105
Binary11110001111000111100100011010110110110011001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F171E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F171E4; }

 p { color: rgb(241,113,228); }

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

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

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

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

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

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

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