#f58fe6

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

Shades of Pale Magenta #F58FE6

Tints of Pale Magenta #F58FE6

Color information

#F58FE6 (or 0xF58FE6) is unknown color: approx Pale Magenta. HEX triplet: F5, 8F and E6. RGB value is (245,143,230). Sum of RGB (Red+Green+Blue) = 245+143+230=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58FE6 is #0A7019. Grayscale: #B7B7B7. Windows color (decimal): -684058 or 15110133. OLE color: 15110133.

HSL color Cylindrical-coordinate representation of color #F58FE6: hue angle of 308.82º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58FE6 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB245143230-
CMYK00.420.060.04
HSL308.82º83.61%76.08%-
HSV(B)308.82º41.63%96.08%-
XYZ61.7644.7780.25-
YUV183.42154.29171.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.64%
GREEN value IS 143 (56.25% from 255) = 23.14%
BLUE value IS 230 (90.23% from 255) = 37.22%
R=39.64%
G=23.14%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514323000.420.060.04308.8283.6176.08
HexF58FE602A64135544c
Octal36521734605264465124114
Binary111101011000111111100110010101011010010011010110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f58fe6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f58fe6; }

 p { color: rgb(245,143,230); }

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

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

 a { background-color: rgb(245,143,230); }

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

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

 span { border-color: rgb(245,143,230); }

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