#F183DF

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

Shades of Pale Magenta #F183DF

Tints of Pale Magenta #F183DF

Color information

#F183DF (or 0xF183DF) is unknown color: approx Pale Magenta. HEX triplet: F1, 83 and DF. RGB value is (241,131,223). Sum of RGB (Red+Green+Blue) = 241+131+223=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 131 (51.56% from 255 or 22.02% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F183DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183DF is #0E7C20. Grayscale: #AEAEAE. Windows color (decimal): -949281 or 14648305. OLE color: 14648305.

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

Color convert

RGB241131223-
CMYK00.460.070.05
HSL309.82º79.71%72.94%-
HSV(B)309.82º45.64%94.51%-
XYZ57.7140.2674.54-
YUV174.38155.44175.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.50%
GREEN value IS 131 (51.56% from 255) = 22.02%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=40.50%
G=22.02%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113122300.460.070.05309.8279.7172.94
HexF183DF02E751365049
Octal36120333705675466120111
Binary111100011000001111011111010111011110110011011010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F183DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F183DF; }

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

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

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

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

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

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

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

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