Html Css Color HEX #F58AD5 Pale Magenta

📋 copy color: '#F58AD5'

red 245 ◦ green 138 ◦ blue 213

#F58AD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #F58AD5

Tints of Pale Magenta #F58AD5

RGB

 RED value IS 245 (96.09% from 255) = 41.11%

 GREEN value IS 138 (54.3% from 255) = 23.15%

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 41.11%
G = 23.15%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F58AD5 (or 0xF58AD5) is known color: Pale Magenta. HEX triplet: F5, 8A and D5. RGB value is (245,138,213). Sum of RGB (Red+Green+Blue) = 245+138+213=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58AD5 is #0A752A. Grayscale: #B2B2B2. Windows color (decimal): -685355 or 13994741. OLE color: 13994741.

HSL color Cylindrical-coordinate representation of color #F58AD5: hue angle of 317.94º 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 #F58AD5 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 138 213 -
CMYK 0 0.44 0.13 0.04
HSL 317.94º 0.84% 0.75% -
HSV(B) 317.94º 0.44% 0.96% -
XYZ 58.75 42.39 68.04 -
YUV 178.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 245 138 213 0 0.44 0.13 0.04 317.94 0.84 0.75
Hex F5 8A D5 0 2C D 4 13E 54 4B
Octal 365 212 325 0 54 15 4 476 124 113
Binary 11110101 10001010 11010101 0 101100 1101 100 100111110 1010100 1001011

Color Harmonies of #F58AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58AD5

Black with #F58AD5

Text Example


Text Example

White with #F58AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58AD5; }

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

 H1.HeaderClassName
 {
   color: #F58AD5;
 }
 .AnyTagClassName
 {
   color: #F58AD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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