Html Css Color HEX #F58ADE Pale Magenta

📋 copy color: '#F58ADE'

red 245 ◦ green 138 ◦ blue 222

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

Shades of Pale Magenta #F58ADE

Tints of Pale Magenta #F58ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 40.5%
G = 22.81%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F58ADE (or 0xF58ADE) is known color: Pale Magenta. HEX triplet: F5, 8A and DE. RGB value is (245,138,222). Sum of RGB (Red+Green+Blue) = 245+138+222=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ADE is #0A7521. Grayscale: #B3B3B3. Windows color (decimal): -685346 or 14584565. OLE color: 14584565.

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

Color convert

RGB 245 138 222 -
CMYK 0 0.44 0.09 0.04
HSL 312.9º 0.84% 0.75% -
HSV(B) 312.9º 0.44% 0.96% -
XYZ 59.93 42.86 74.22 -
YUV 179.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 245 138 222 0 0.44 0.09 0.04 312.9 0.84 0.75
Hex F5 8A DE 0 2C 9 4 139 54 4B
Octal 365 212 336 0 54 11 4 471 124 113
Binary 11110101 10001010 11011110 0 101100 1001 100 100111001 1010100 1001011

Color Harmonies of #F58ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58ADE

Black with #F58ADE

Text Example


Text Example

White with #F58ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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