Html Css Color HEX #F57ADC Pale Magenta

📋 copy color: '#F57ADC'

red 245 ◦ green 122 ◦ blue 220

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

Shades of Pale Magenta #F57ADC

Tints of Pale Magenta #F57ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 41.74%
G = 20.78%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F57ADC (or 0xF57ADC) is known color: Pale Magenta. HEX triplet: F5, 7A and DC. RGB value is (245,122,220). Sum of RGB (Red+Green+Blue) = 245+122+220=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 122 (48.05% from 255 or 20.78% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ADC is #0A8523. Grayscale: #A9A9A9. Windows color (decimal): -689444 or 14449397. OLE color: 14449397.

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

Color convert

RGB 245 122 220 -
CMYK 0 0.50 0.10 0.04
HSL 312.2º 0.86% 0.72% -
HSV(B) 312.2º 0.5% 0.96% -
XYZ 57.53 38.5 72.11 -
YUV 169.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 245 122 220 0 0.50 0.10 0.04 312.2 0.86 0.72
Hex F5 7A DC 0 32 A 4 138 56 48
Octal 365 172 334 0 62 12 4 470 126 110
Binary 11110101 1111010 11011100 0 110010 1010 100 100111000 1010110 1001000

Color Harmonies of #F57ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57ADC

Black with #F57ADC

Text Example


Text Example

White with #F57ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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