Html Css Color HEX #F47FDC Pale Magenta

📋 copy color: '#F47FDC'

red 244 ◦ green 127 ◦ blue 220

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

Shades of Pale Magenta #F47FDC

Tints of Pale Magenta #F47FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.49%

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

R = 41.29%
G = 21.49%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F47FDC (or 0xF47FDC) is known color: Pale Magenta. HEX triplet: F4, 7F and DC. RGB value is (244,127,220). Sum of RGB (Red+Green+Blue) = 244+127+220=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FDC is #0B8023. Grayscale: #ACACAC. Windows color (decimal): -753700 or 14450676. OLE color: 14450676.

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

Color convert

RGB 244 127 220 -
CMYK 0 0.48 0.10 0.04
HSL 312.31º 0.84% 0.73% -
HSV(B) 312.31º 0.48% 0.96% -
XYZ 57.82 39.58 72.3 -
YUV 172.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 244 127 220 0 0.48 0.10 0.04 312.31 0.84 0.73
Hex F4 7F DC 0 30 A 4 138 54 49
Octal 364 177 334 0 60 12 4 470 124 111
Binary 11110100 1111111 11011100 0 110000 1010 100 100111000 1010100 1001001

Color Harmonies of #F47FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47FDC

Black with #F47FDC

Text Example


Text Example

White with #F47FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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