Html Css Color HEX #F577DF Pale Magenta

📋 copy color: '#F577DF'

red 245 ◦ green 119 ◦ blue 223

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

Shades of Pale Magenta #F577DF

Tints of Pale Magenta #F577DF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.27%

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

R = 41.74%
G = 20.27%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F577DF (or 0xF577DF) is known color: Pale Magenta. HEX triplet: F5, 77 and DF. RGB value is (245,119,223). Sum of RGB (Red+Green+Blue) = 245+119+223=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F577DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F577DF is #0A8820. Grayscale: #A8A8A8. Windows color (decimal): -690209 or 14645237. OLE color: 14645237.

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

Color convert

RGB 245 119 223 -
CMYK 0 0.51 0.09 0.04
HSL 310.48º 0.86% 0.71% -
HSV(B) 310.48º 0.51% 0.96% -
XYZ 57.57 37.93 74.1 -
YUV 168.53 158.74 182.54 -
System Red Green Blue C M Y K H S L
Decimal 245 119 223 0 0.51 0.09 0.04 310.48 0.86 0.71
Hex F5 77 DF 0 33 9 4 136 56 47
Octal 365 167 337 0 63 11 4 466 126 107
Binary 11110101 1110111 11011111 0 110011 1001 100 100110110 1010110 1000111

Color Harmonies of #F577DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F577DF

Black with #F577DF

Text Example


Text Example

White with #F577DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F577DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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