#F183E6

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

Shades of Pale Magenta #F183E6

Tints of Pale Magenta #F183E6

Color information

#F183E6 (or 0xF183E6) is unknown color: approx Pale Magenta. HEX triplet: F1, 83 and E6. RGB value is (241,131,230). Sum of RGB (Red+Green+Blue) = 241+131+230=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 131 (51.56% from 255 or 21.76% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F183E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F183E6 is #0E7C19. Grayscale: #AEAEAE. Windows color (decimal): -949274 or 15107057. OLE color: 15107057.

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

Color convert

RGB241131230-
CMYK00.460.050.05
HSL306º79.71%72.94%-
HSV(B)306º45.64%94.51%-
XYZ58.6740.6579.62-
YUV175.18158.94174.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 131 (51.56% from 255) = 21.76%
BLUE value IS 230 (90.23% from 255) = 38.21%
R=40.03%
G=21.76%
B=38.21%

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
Decimal24113123000.460.050.0530679.7172.94
HexF183E602E551325049
Octal36120334605655462120111
Binary111100011000001111100110010111010110110011001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F183E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F183E6; }

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

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

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

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

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

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

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

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