Html Css Color HEX #F57DD6 Pale Magenta

📋 copy color: '#F57DD6'

red 245 ◦ green 125 ◦ blue 214

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

Shades of Pale Magenta #F57DD6

Tints of Pale Magenta #F57DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.64%

R = 41.95%
G = 21.4%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F57DD6 (or 0xF57DD6) is known color: Pale Magenta. HEX triplet: F5, 7D and D6. RGB value is (245,125,214). Sum of RGB (Red+Green+Blue) = 245+125+214=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57DD6 is #0A8229. Grayscale: #AAAAAA. Windows color (decimal): -688682 or 14056949. OLE color: 14056949.

HSL color Cylindrical-coordinate representation of color #F57DD6: hue angle of 315.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 #F57DD6 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 125 214 -
CMYK 0 0.49 0.13 0.04
HSL 315.5º 0.86% 0.73% -
HSV(B) 315.5º 0.49% 0.96% -
XYZ 57.13 38.93 68.12 -
YUV 171.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 245 125 214 0 0.49 0.13 0.04 315.5 0.86 0.73
Hex F5 7D D6 0 31 D 4 13C 56 49
Octal 365 175 326 0 61 15 4 474 126 111
Binary 11110101 1111101 11010110 0 110001 1101 100 100111100 1010110 1001001

Color Harmonies of #F57DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57DD6

Black with #F57DD6

Text Example


Text Example

White with #F57DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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