#F182DE

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

Shades of Pale Magenta #F182DE

Tints of Pale Magenta #F182DE

Color information

#F182DE (or 0xF182DE) is unknown color: approx Pale Magenta. HEX triplet: F1, 82 and DE. RGB value is (241,130,222). Sum of RGB (Red+Green+Blue) = 241+130+222=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F182DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182DE is #0E7D21. Grayscale: #ADADAD. Windows color (decimal): -949538 or 14582513. OLE color: 14582513.

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

Color convert

RGB241130222-
CMYK00.460.080.05
HSL310.27º79.86%72.75%-
HSV(B)310.27º46.06%94.51%-
XYZ57.4439.9473.79-
YUV173.68155.27176.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 130 (51.17% from 255) = 21.92%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=40.64%
G=21.92%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113022200.460.080.05310.2779.8672.75
HexF182DE02E851365049
Octal361202336056105466120111
Binary1111000110000010110111100101110100010110011011010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F182DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F182DE; }

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

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

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

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

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

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

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

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