Html Css Color HEX #F57FE5 Pale Magenta

📋 copy color: '#F57FE5'

red 245 ◦ green 127 ◦ blue 229

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

Shades of Pale Magenta #F57FE5

Tints of Pale Magenta #F57FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.1%

R = 40.77%
G = 21.13%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F57FE5 (or 0xF57FE5) is known color: Pale Magenta. HEX triplet: F5, 7F and E5. RGB value is (245,127,229). Sum of RGB (Red+Green+Blue) = 245+127+229=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FE5 is #0A801A. Grayscale: #ADADAD. Windows color (decimal): -688155 or 15040501. OLE color: 15040501.

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

Color convert

RGB 245 127 229 -
CMYK 0 0.48 0.07 0.04
HSL 308.14º 0.86% 0.73% -
HSV(B) 308.14º 0.48% 0.96% -
XYZ 59.39 40.25 78.77 -
YUV 173.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 245 127 229 0 0.48 0.07 0.04 308.14 0.86 0.73
Hex F5 7F E5 0 30 7 4 134 56 49
Octal 365 177 345 0 60 7 4 464 126 111
Binary 11110101 1111111 11100101 0 110000 111 100 100110100 1010110 1001001

Color Harmonies of #F57FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57FE5

Black with #F57FE5

Text Example


Text Example

White with #F57FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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