Html Css Color HEX #F477DA Pale Magenta

📋 copy color: '#F477DA'

red 244 ◦ green 119 ◦ blue 218

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

Shades of Pale Magenta #F477DA

Tints of Pale Magenta #F477DA

RGB

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

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

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

R = 42%
G = 20.48%
B = 37.52%

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

#F477DA (or 0xF477DA) is known color: Pale Magenta. HEX triplet: F4, 77 and DA. RGB value is (244,119,218). Sum of RGB (Red+Green+Blue) = 244+119+218=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F477DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F477DA is #0B8825. Grayscale: #A7A7A7. Windows color (decimal): -755750 or 14317556. OLE color: 14317556.

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

Color convert

RGB 244 119 218 -
CMYK 0 0.51 0.11 0.04
HSL 312.48º 0.85% 0.71% -
HSV(B) 312.48º 0.51% 0.96% -
XYZ 56.56 37.49 70.58 -
YUV 167.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 244 119 218 0 0.51 0.11 0.04 312.48 0.85 0.71
Hex F4 77 DA 0 33 B 4 138 55 47
Octal 364 167 332 0 63 13 4 470 125 107
Binary 11110100 1110111 11011010 0 110011 1011 100 100111000 1010101 1000111

Color Harmonies of #F477DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F477DA

Black with #F477DA

Text Example


Text Example

White with #F477DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F477DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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