Html Css Color HEX #F579DA Pale Magenta

📋 copy color: '#F579DA'

red 245 ◦ green 121 ◦ blue 218

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

Shades of Pale Magenta #F579DA

Tints of Pale Magenta #F579DA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.72%

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

R = 41.95%
G = 20.72%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F579DA (or 0xF579DA) is known color: Pale Magenta. HEX triplet: F5, 79 and DA. RGB value is (245,121,218). Sum of RGB (Red+Green+Blue) = 245+121+218=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 121 (47.66% from 255 or 20.72% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F579DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579DA is #0A8625. Grayscale: #A8A8A8. Windows color (decimal): -689702 or 14318069. OLE color: 14318069.

HSL color Cylindrical-coordinate representation of color #F579DA: hue angle of 313.06º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F579DA is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 121 218 -
CMYK 0 0.51 0.11 0.04
HSL 313.06º 0.86% 0.72% -
HSV(B) 313.06º 0.51% 0.96% -
XYZ 57.15 38.15 70.68 -
YUV 169.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 245 121 218 0 0.51 0.11 0.04 313.06 0.86 0.72
Hex F5 79 DA 0 33 B 4 139 56 48
Octal 365 171 332 0 63 13 4 471 126 110
Binary 11110101 1111001 11011010 0 110011 1011 100 100111001 1010110 1001000

Color Harmonies of #F579DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F579DA

Black with #F579DA

Text Example


Text Example

White with #F579DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F579DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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