Html Css Color HEX #F57AD5 Pale Magenta

📋 copy color: '#F57AD5'

red 245 ◦ green 122 ◦ blue 213

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

Shades of Pale Magenta #F57AD5

Tints of Pale Magenta #F57AD5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.03%

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

R = 42.24%
G = 21.03%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F57AD5 (or 0xF57AD5) is known color: Pale Magenta. HEX triplet: F5, 7A and D5. RGB value is (245,122,213). Sum of RGB (Red+Green+Blue) = 245+122+213=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57AD5 is #0A852A. Grayscale: #A8A8A8. Windows color (decimal): -689451 or 13990645. OLE color: 13990645.

HSL color Cylindrical-coordinate representation of color #F57AD5: hue angle of 315.61º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57AD5 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 122 213 -
CMYK 0 0.50 0.13 0.04
HSL 315.61º 0.86% 0.72% -
HSV(B) 315.61º 0.5% 0.96% -
XYZ 56.63 38.14 67.33 -
YUV 169.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 245 122 213 0 0.50 0.13 0.04 315.61 0.86 0.72
Hex F5 7A D5 0 32 D 4 13C 56 48
Octal 365 172 325 0 62 15 4 474 126 110
Binary 11110101 1111010 11010101 0 110010 1101 100 100111100 1010110 1001000

Color Harmonies of #F57AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57AD5

Black with #F57AD5

Text Example


Text Example

White with #F57AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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