Html Css Color HEX #F57FDD Pale Magenta

📋 copy color: '#F57FDD'

red 245 ◦ green 127 ◦ blue 221

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

Shades of Pale Magenta #F57FDD

Tints of Pale Magenta #F57FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.27%

R = 41.32%
G = 21.42%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F57FDD (or 0xF57FDD) is known color: Pale Magenta. HEX triplet: F5, 7F and DD. RGB value is (245,127,221). Sum of RGB (Red+Green+Blue) = 245+127+221=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FDD is #0A8022. Grayscale: #ACACAC. Windows color (decimal): -688163 or 14516213. OLE color: 14516213.

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

Color convert

RGB 245 127 221 -
CMYK 0 0.48 0.10 0.04
HSL 312.2º 0.86% 0.73% -
HSV(B) 312.2º 0.48% 0.96% -
XYZ 58.3 39.81 73.02 -
YUV 173 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 245 127 221 0 0.48 0.10 0.04 312.2 0.86 0.73
Hex F5 7F DD 0 30 A 4 138 56 49
Octal 365 177 335 0 60 12 4 470 126 111
Binary 11110101 1111111 11011101 0 110000 1010 100 100111000 1010110 1001001

Color Harmonies of #F57FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57FDD

Black with #F57FDD

Text Example


Text Example

White with #F57FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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