Html Css Color HEX #F476DA Pale Magenta

📋 copy color: '#F476DA'

red 244 ◦ green 118 ◦ blue 218

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

Shades of Pale Magenta #F476DA

Tints of Pale Magenta #F476DA

RGB

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

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

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

R = 42.07%
G = 20.34%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F476DA (or 0xF476DA) is known color: Pale Magenta. HEX triplet: F4, 76 and DA. RGB value is (244,118,218). Sum of RGB (Red+Green+Blue) = 244+118+218=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F476DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F476DA is #0B8925. Grayscale: #A6A6A6. Windows color (decimal): -756006 or 14317300. OLE color: 14317300.

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

Color convert

RGB 244 118 218 -
CMYK 0 0.52 0.11 0.04
HSL 312.38º 0.85% 0.71% -
HSV(B) 312.38º 0.52% 0.96% -
XYZ 56.44 37.25 70.55 -
YUV 167.07 156.74 182.87 -
System Red Green Blue C M Y K H S L
Decimal 244 118 218 0 0.52 0.11 0.04 312.38 0.85 0.71
Hex F4 76 DA 0 34 B 4 138 55 47
Octal 364 166 332 0 64 13 4 470 125 107
Binary 11110100 1110110 11011010 0 110100 1011 100 100111000 1010101 1000111

Color Harmonies of #F476DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F476DA

Black with #F476DA

Text Example


Text Example

White with #F476DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F476DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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