Html Css Color HEX #F47ADE Pale Magenta

📋 copy color: '#F47ADE'

red 244 ◦ green 122 ◦ blue 222

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

Shades of Pale Magenta #F47ADE

Tints of Pale Magenta #F47ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.76%

R = 41.5%
G = 20.75%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F47ADE (or 0xF47ADE) is known color: Pale Magenta. HEX triplet: F4, 7A and DE. RGB value is (244,122,222). Sum of RGB (Red+Green+Blue) = 244+122+222=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 122 (48.05% from 255 or 20.75% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 244 - color contains mainly: red. Hex color #F47ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47ADE is #0B8521. Grayscale: #A9A9A9. Windows color (decimal): -754978 or 14580468. OLE color: 14580468.

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

Color convert

RGB 244 122 222 -
CMYK 0 0.5 0.09 0.04
HSL 310.82º 0.85% 0.72% -
HSV(B) 310.82º 0.5% 0.96% -
XYZ 57.45 38.43 73.5 -
YUV 169.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 244 122 222 0 0.5 0.09 0.04 310.82 0.85 0.72
Hex F4 7A DE 0 32 9 4 137 55 48
Octal 364 172 336 0 62 11 4 467 125 110
Binary 11110100 1111010 11011110 0 110010 1001 100 100110111 1010101 1001000

Color Harmonies of #F47ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47ADE

Black with #F47ADE

Text Example


Text Example

White with #F47ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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