#F182E6

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

Shades of Pale Magenta #F182E6

Tints of Pale Magenta #F182E6

Color information

#F182E6 (or 0xF182E6) is unknown color: approx Pale Magenta. HEX triplet: F1, 82 and E6. RGB value is (241,130,230). Sum of RGB (Red+Green+Blue) = 241+130+230=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F182E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F182E6 is #0E7D19. Grayscale: #AEAEAE. Windows color (decimal): -949530 or 15106801. OLE color: 15106801.

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

Color convert

RGB241130230-
CMYK00.460.050.05
HSL305.95º79.86%72.75%-
HSV(B)305.95º46.06%94.51%-
XYZ58.5440.3879.57-
YUV174.59159.27175.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 130 (51.17% from 255) = 21.63%
BLUE value IS 230 (90.23% from 255) = 38.27%
R=40.10%
G=21.63%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113023000.460.050.05305.9579.8672.75
HexF182E602E551325049
Octal36120234605655462120111
Binary111100011000001011100110010111010110110011001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F182E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F182E6; }

 p { color: rgb(241,130,230); }

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

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

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

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

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

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

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