Html Css Color HEX #F571DF Pale Magenta

📋 copy color: '#F571DF'

red 245 ◦ green 113 ◦ blue 223

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

Shades of Pale Magenta #F571DF

Tints of Pale Magenta #F571DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.38%

R = 42.17%
G = 19.45%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F571DF (or 0xF571DF) is known color: Pale Magenta. HEX triplet: F5, 71 and DF. RGB value is (245,113,223). Sum of RGB (Red+Green+Blue) = 245+113+223=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 113 (44.53% from 255 or 19.45% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F571DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F571DF is #0A8E20. Grayscale: #A4A4A4. Windows color (decimal): -691745 or 14643701. OLE color: 14643701.

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

Color convert

RGB 245 113 223 -
CMYK 0 0.54 0.09 0.04
HSL 310º 0.87% 0.7% -
HSV(B) 310º 0.54% 0.96% -
XYZ 56.88 36.55 73.87 -
YUV 165.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 245 113 223 0 0.54 0.09 0.04 310 0.87 0.7
Hex F5 71 DF 0 36 9 4 136 57 46
Octal 365 161 337 0 66 11 4 466 127 106
Binary 11110101 1110001 11011111 0 110110 1001 100 100110110 1010111 1000110

Color Harmonies of #F571DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F571DF

Black with #F571DF

Text Example


Text Example

White with #F571DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F571DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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