Html Css Color HEX #F571DC Pale Magenta

📋 copy color: '#F571DC'

red 245 ◦ green 113 ◦ blue 220

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

Shades of Pale Magenta #F571DC

Tints of Pale Magenta #F571DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.55%

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 42.39%
G = 19.55%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F571DC (or 0xF571DC) is known color: Pale Magenta. HEX triplet: F5, 71 and DC. RGB value is (245,113,220). Sum of RGB (Red+Green+Blue) = 245+113+220=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 113 (44.53% from 255 or 19.55% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F571DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F571DC is #0A8E23. Grayscale: #A4A4A4. Windows color (decimal): -691748 or 14447093. OLE color: 14447093.

HSL color Cylindrical-coordinate representation of color #F571DC: hue angle of 311.36º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F571DC is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 113 220 -
CMYK 0 0.54 0.10 0.04
HSL 311.36º 0.87% 0.7% -
HSV(B) 311.36º 0.54% 0.96% -
XYZ 56.48 36.39 71.76 -
YUV 164.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 245 113 220 0 0.54 0.10 0.04 311.36 0.87 0.7
Hex F5 71 DC 0 36 A 4 137 57 46
Octal 365 161 334 0 66 12 4 467 127 106
Binary 11110101 1110001 11011100 0 110110 1010 100 100110111 1010111 1000110

Color Harmonies of #F571DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F571DC

Black with #F571DC

Text Example


Text Example

White with #F571DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F571DC; }

 p { color: rgb(245,113,220); }

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

background-color css

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

 a { background-color: rgb(245,113,220); }

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

border-color css

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

 span { border-color: rgb(245,113,220); }

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