Html Css Color HEX #F47ADC Pale Magenta

📋 copy color: '#F47ADC'

red 244 ◦ green 122 ◦ blue 220

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

Shades of Pale Magenta #F47ADC

Tints of Pale Magenta #F47ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.82%

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

R = 41.64%
G = 20.82%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F47ADC (or 0xF47ADC) is known color: Pale Magenta. HEX triplet: F4, 7A and DC. RGB value is (244,122,220). Sum of RGB (Red+Green+Blue) = 244+122+220=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F47ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47ADC is #0B8523. Grayscale: #A9A9A9. Windows color (decimal): -754980 or 14449396. OLE color: 14449396.

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

Color convert

RGB 244 122 220 -
CMYK 0 0.5 0.10 0.04
HSL 311.8º 0.85% 0.72% -
HSV(B) 311.8º 0.5% 0.96% -
XYZ 57.19 38.32 72.09 -
YUV 169.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 244 122 220 0 0.5 0.10 0.04 311.8 0.85 0.72
Hex F4 7A DC 0 32 A 4 138 55 48
Octal 364 172 334 0 62 12 4 470 125 110
Binary 11110100 1111010 11011100 0 110010 1010 100 100111000 1010101 1001000

Color Harmonies of #F47ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47ADC

Black with #F47ADC

Text Example


Text Example

White with #F47ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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