#F58ADC

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

Shades of Pale Magenta #F58ADC

Tints of Pale Magenta #F58ADC

Color information

#F58ADC (or 0xF58ADC) is unknown color: approx Pale Magenta. HEX triplet: F5, 8A and DC. RGB value is (245,138,220). Sum of RGB (Red+Green+Blue) = 245+138+220=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ADC is #0A7523. Grayscale: #B3B3B3. Windows color (decimal): -685348 or 14453493. OLE color: 14453493.

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

Color convert

RGB245138220-
CMYK00.440.100.04
HSL314.02º84.25%75.1%-
HSV(B)314.02º43.67%96.08%-
XYZ59.6642.7672.82-
YUV179.34150.95174.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 138 (54.30% from 255) = 22.89%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=40.63%
G=22.89%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513822000.440.100.04314.0284.2575.1
HexF58ADC02CA413a544b
Octal365212334054124472124113
Binary1111010110001010110111000101100101010010011101010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58ADC; }

 p { color: rgb(245,138,220); }

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

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

 a { background-color: rgb(245,138,220); }

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

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

 span { border-color: rgb(245,138,220); }

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