#F58CDA

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

Shades of Pale Magenta #F58CDA

Tints of Pale Magenta #F58CDA

Color information

#F58CDA (or 0xF58CDA) is unknown color: approx Pale Magenta. HEX triplet: F5, 8C and DA. RGB value is (245,140,218). Sum of RGB (Red+Green+Blue) = 245+140+218=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CDA is #0A7325. Grayscale: #B4B4B4. Windows color (decimal): -684838 or 14322933. OLE color: 14322933.

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

Color convert

RGB245140218-
CMYK00.430.110.04
HSL315.43º84%75.49%-
HSV(B)315.43º42.86%96.08%-
XYZ59.6943.2371.53-
YUV180.29149.29174.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 140 (55.08% from 255) = 23.22%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=40.63%
G=23.22%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514021800.430.110.04315.438475.49
HexF58CDA02BB413b544b
Octal365214332053134473124113
Binary1111010110001100110110100101011101110010011101110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58CDA; }

 p { color: rgb(245,140,218); }

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

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

 a { background-color: rgb(245,140,218); }

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

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

 span { border-color: rgb(245,140,218); }

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