Html Css Color HEX #F576DD Pale Magenta

📋 copy color: '#F576DD'

red 245 ◦ green 118 ◦ blue 221

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

Shades of Pale Magenta #F576DD

Tints of Pale Magenta #F576DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.21%

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

R = 41.95%
G = 20.21%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F576DD (or 0xF576DD) is known color: Pale Magenta. HEX triplet: F5, 76 and DD. RGB value is (245,118,221). Sum of RGB (Red+Green+Blue) = 245+118+221=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 118 (46.48% from 255 or 20.21% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F576DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F576DD is #0A8922. Grayscale: #A7A7A7. Windows color (decimal): -690467 or 14513909. OLE color: 14513909.

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

Color convert

RGB 245 118 221 -
CMYK 0 0.52 0.10 0.04
HSL 311.34º 0.86% 0.71% -
HSV(B) 311.34º 0.52% 0.96% -
XYZ 57.19 37.59 72.65 -
YUV 167.72 158.08 183.12 -
System Red Green Blue C M Y K H S L
Decimal 245 118 221 0 0.52 0.10 0.04 311.34 0.86 0.71
Hex F5 76 DD 0 34 A 4 137 56 47
Octal 365 166 335 0 64 12 4 467 126 107
Binary 11110101 1110110 11011101 0 110100 1010 100 100110111 1010110 1000111

Color Harmonies of #F576DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F576DD

Black with #F576DD

Text Example


Text Example

White with #F576DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F576DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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