Html Css Color HEX #F571DA Pale Magenta

📋 copy color: '#F571DA'

red 245 ◦ green 113 ◦ blue 218

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

Shades of Pale Magenta #F571DA

Tints of Pale Magenta #F571DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 42.53%
G = 19.62%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F571DA (or 0xF571DA) is known color: Pale Magenta. HEX triplet: F5, 71 and DA. RGB value is (245,113,218). Sum of RGB (Red+Green+Blue) = 245+113+218=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 113 (44.53% from 255 or 19.62% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F571DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F571DA is #0A8E25. Grayscale: #A4A4A4. Windows color (decimal): -691750 or 14316021. OLE color: 14316021.

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

Color convert

RGB 245 113 218 -
CMYK 0 0.54 0.11 0.04
HSL 312.27º 0.87% 0.7% -
HSV(B) 312.27º 0.54% 0.96% -
XYZ 56.22 36.28 70.37 -
YUV 164.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 245 113 218 0 0.54 0.11 0.04 312.27 0.87 0.7
Hex F5 71 DA 0 36 B 4 138 57 46
Octal 365 161 332 0 66 13 4 470 127 106
Binary 11110101 1110001 11011010 0 110110 1011 100 100111000 1010111 1000110

Color Harmonies of #F571DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F571DA

Black with #F571DA

Text Example


Text Example

White with #F571DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F571DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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