#F183DE

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

Shades of Pale Magenta #F183DE

Tints of Pale Magenta #F183DE

Color information

#F183DE (or 0xF183DE) is unknown color: approx Pale Magenta. HEX triplet: F1, 83 and DE. RGB value is (241,131,222). Sum of RGB (Red+Green+Blue) = 241+131+222=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 131 (51.56% from 255 or 22.05% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F183DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183DE is #0E7C21. Grayscale: #AEAEAE. Windows color (decimal): -949282 or 14582769. OLE color: 14582769.

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

Color convert

RGB241131222-
CMYK00.460.080.05
HSL310.36º79.71%72.94%-
HSV(B)310.36º45.64%94.51%-
XYZ57.5840.2173.83-
YUV174.26154.94175.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 131 (51.56% from 255) = 22.05%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=40.57%
G=22.05%
B=37.37%

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
Decimal24113122200.460.080.05310.3679.7172.94
HexF183DE02E851365049
Octal361203336056105466120111
Binary1111000110000011110111100101110100010110011011010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F183DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F183DE; }

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

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

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

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

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

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

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

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