Html Css Color HEX #F57FDA Pale Magenta

📋 copy color: '#F57FDA'

red 245 ◦ green 127 ◦ blue 218

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

Shades of Pale Magenta #F57FDA

Tints of Pale Magenta #F57FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 21.53%

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 41.53%
G = 21.53%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F57FDA (or 0xF57FDA) is known color: Pale Magenta. HEX triplet: F5, 7F and DA. RGB value is (245,127,218). Sum of RGB (Red+Green+Blue) = 245+127+218=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FDA is #0A8025. Grayscale: #ACACAC. Windows color (decimal): -688166 or 14319605. OLE color: 14319605.

HSL color Cylindrical-coordinate representation of color #F57FDA: hue angle of 313.73º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F57FDA is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 127 218 -
CMYK 0 0.48 0.11 0.04
HSL 313.73º 0.86% 0.73% -
HSV(B) 313.73º 0.48% 0.96% -
XYZ 57.9 39.65 70.93 -
YUV 172.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 245 127 218 0 0.48 0.11 0.04 313.73 0.86 0.73
Hex F5 7F DA 0 30 B 4 13A 56 49
Octal 365 177 332 0 60 13 4 472 126 111
Binary 11110101 1111111 11011010 0 110000 1011 100 100111010 1010110 1001001

Color Harmonies of #F57FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57FDA

Black with #F57FDA

Text Example


Text Example

White with #F57FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57FDA; }

 p { color: rgb(245,127,218); }

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

background-color css

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

 a { background-color: rgb(245,127,218); }

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

border-color css

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

 span { border-color: rgb(245,127,218); }

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