Html Css Color HEX #F57DEA Pale Magenta

📋 copy color: '#F57DEA'

red 245 ◦ green 125 ◦ blue 234

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

Shades of Pale Magenta #F57DEA

Tints of Pale Magenta #F57DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.7%

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 40.56%
G = 20.7%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F57DEA (or 0xF57DEA) is known color: Pale Magenta. HEX triplet: F5, 7D and EA. RGB value is (245,125,234). Sum of RGB (Red+Green+Blue) = 245+125+234=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 125 (49.22% from 255 or 20.70% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DEA is #0A8215. Grayscale: #ACACAC. Windows color (decimal): -688662 or 15367669. OLE color: 15367669.

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

Color convert

RGB 245 125 234 -
CMYK 0 0.49 0.04 0.04
HSL 305.5º 0.86% 0.73% -
HSV(B) 305.5º 0.49% 0.96% -
XYZ 59.84 40.02 82.41 -
YUV 173.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 245 125 234 0 0.49 0.04 0.04 305.5 0.86 0.73
Hex F5 7D EA 0 31 4 4 132 56 49
Octal 365 175 352 0 61 4 4 462 126 111
Binary 11110101 1111101 11101010 0 110001 100 100 100110010 1010110 1001001

Color Harmonies of #F57DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57DEA

Black with #F57DEA

Text Example


Text Example

White with #F57DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57DEA; }

 p { color: rgb(245,125,234); }

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

background-color css

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

 a { background-color: rgb(245,125,234); }

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

border-color css

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

 span { border-color: rgb(245,125,234); }

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