Html Css Color HEX #F477DC Pale Magenta

📋 copy color: '#F477DC'

red 244 ◦ green 119 ◦ blue 220

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

Shades of Pale Magenta #F477DC

Tints of Pale Magenta #F477DC

RGB

 RED value IS 244 (95.7% from 255) = 41.85%

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

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 41.85%
G = 20.41%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F477DC (or 0xF477DC) is known color: Pale Magenta. HEX triplet: F4, 77 and DC. RGB value is (244,119,220). Sum of RGB (Red+Green+Blue) = 244+119+220=583 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.85% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 244 - color contains mainly: red. Hex color #F477DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F477DC is #0B8823. Grayscale: #A7A7A7. Windows color (decimal): -755748 or 14448628. OLE color: 14448628.

HSL color Cylindrical-coordinate representation of color #F477DC: hue angle of 311.52º degrees, saturation: 0.85, 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 #F477DC is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 119 220 -
CMYK 0 0.51 0.10 0.04
HSL 311.52º 0.85% 0.71% -
HSV(B) 311.52º 0.51% 0.96% -
XYZ 56.82 37.59 71.97 -
YUV 167.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 244 119 220 0 0.51 0.10 0.04 311.52 0.85 0.71
Hex F4 77 DC 0 33 A 4 138 55 47
Octal 364 167 334 0 63 12 4 470 125 107
Binary 11110100 1110111 11011100 0 110011 1010 100 100111000 1010101 1000111

Color Harmonies of #F477DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F477DC

Black with #F477DC

Text Example


Text Example

White with #F477DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F477DC; }

 p { color: rgb(244,119,220); }

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

background-color css

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

 a { background-color: rgb(244,119,220); }

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

border-color css

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

 span { border-color: rgb(244,119,220); }

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