Html Css Color HEX #F47DE0 Pale Magenta

📋 copy color: '#F47DE0'

red 244 ◦ green 125 ◦ blue 224

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

Shades of Pale Magenta #F47DE0

Tints of Pale Magenta #F47DE0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.08%

 BLUE value IS 224 (87.89% from 255) = 37.77%

R = 41.15%
G = 21.08%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F47DE0 (or 0xF47DE0) is known color: Pale Magenta. HEX triplet: F4, 7D and E0. RGB value is (244,125,224). Sum of RGB (Red+Green+Blue) = 244+125+224=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47DE0 is #0B821F. Grayscale: #ABABAB. Windows color (decimal): -754208 or 14712308. OLE color: 14712308.

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

Color convert

RGB 244 125 224 -
CMYK 0 0.49 0.08 0.04
HSL 310.08º 0.84% 0.72% -
HSV(B) 310.08º 0.49% 0.96% -
XYZ 58.1 39.28 75.04 -
YUV 171.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 244 125 224 0 0.49 0.08 0.04 310.08 0.84 0.72
Hex F4 7D E0 0 31 8 4 136 54 48
Octal 364 175 340 0 61 10 4 466 124 110
Binary 11110100 1111101 11100000 0 110001 1000 100 100110110 1010100 1001000

Color Harmonies of #F47DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47DE0

Black with #F47DE0

Text Example


Text Example

White with #F47DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47DE0; }

 p { color: rgb(244,125,224); }

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

background-color css

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

 a { background-color: rgb(244,125,224); }

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

border-color css

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

 span { border-color: rgb(244,125,224); }

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