Html Css Color HEX #F57AD8 Pale Magenta

📋 copy color: '#F57AD8'

red 245 ◦ green 122 ◦ blue 216

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

Shades of Pale Magenta #F57AD8

Tints of Pale Magenta #F57AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.05%

R = 42.02%
G = 20.93%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F57AD8 (or 0xF57AD8) is known color: Pale Magenta. HEX triplet: F5, 7A and D8. RGB value is (245,122,216). Sum of RGB (Red+Green+Blue) = 245+122+216=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 122 (48.05% from 255 or 20.93% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57AD8 is #0A8527. Grayscale: #A9A9A9. Windows color (decimal): -689448 or 14187253. OLE color: 14187253.

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

Color convert

RGB 245 122 216 -
CMYK 0 0.50 0.12 0.04
HSL 314.15º 0.86% 0.72% -
HSV(B) 314.15º 0.5% 0.96% -
XYZ 57.01 38.29 69.35 -
YUV 169.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 245 122 216 0 0.50 0.12 0.04 314.15 0.86 0.72
Hex F5 7A D8 0 32 C 4 13A 56 48
Octal 365 172 330 0 62 14 4 472 126 110
Binary 11110101 1111010 11011000 0 110010 1100 100 100111010 1010110 1001000

Color Harmonies of #F57AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57AD8

Black with #F57AD8

Text Example


Text Example

White with #F57AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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