Html Css Color HEX #F473DC Pale Magenta

📋 copy color: '#F473DC'

red 244 ◦ green 115 ◦ blue 220

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

Shades of Pale Magenta #F473DC

Tints of Pale Magenta #F473DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.86%

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

R = 42.14%
G = 19.86%
B = 38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F473DC (or 0xF473DC) is known color: Pale Magenta. HEX triplet: F4, 73 and DC. RGB value is (244,115,220). Sum of RGB (Red+Green+Blue) = 244+115+220=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F473DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F473DC is #0B8C23. Grayscale: #A5A5A5. Windows color (decimal): -756772 or 14447604. OLE color: 14447604.

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

Color convert

RGB 244 115 220 -
CMYK 0 0.53 0.10 0.04
HSL 311.16º 0.85% 0.7% -
HSV(B) 311.16º 0.53% 0.96% -
XYZ 56.36 36.66 71.82 -
YUV 165.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 244 115 220 0 0.53 0.10 0.04 311.16 0.85 0.7
Hex F4 73 DC 0 35 A 4 137 55 46
Octal 364 163 334 0 65 12 4 467 125 106
Binary 11110100 1110011 11011100 0 110101 1010 100 100110111 1010101 1000110

Color Harmonies of #F473DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F473DC

Black with #F473DC

Text Example


Text Example

White with #F473DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F473DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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