Html Css Color HEX #F47FDA Pale Magenta

📋 copy color: '#F47FDA'

red 244 ◦ green 127 ◦ blue 218

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

Shades of Pale Magenta #F47FDA

Tints of Pale Magenta #F47FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 41.43%
G = 21.56%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F47FDA (or 0xF47FDA) is known color: Pale Magenta. HEX triplet: F4, 7F and DA. RGB value is (244,127,218). Sum of RGB (Red+Green+Blue) = 244+127+218=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FDA is #0B8025. Grayscale: #ACACAC. Windows color (decimal): -753702 or 14319604. OLE color: 14319604.

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

Color convert

RGB 244 127 218 -
CMYK 0 0.48 0.11 0.04
HSL 313.33º 0.84% 0.73% -
HSV(B) 313.33º 0.48% 0.96% -
XYZ 57.55 39.47 70.92 -
YUV 172.36 153.76 179.1 -
System Red Green Blue C M Y K H S L
Decimal 244 127 218 0 0.48 0.11 0.04 313.33 0.84 0.73
Hex F4 7F DA 0 30 B 4 139 54 49
Octal 364 177 332 0 60 13 4 471 124 111
Binary 11110100 1111111 11011010 0 110000 1011 100 100111001 1010100 1001001

Color Harmonies of #F47FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47FDA

Black with #F47FDA

Text Example


Text Example

White with #F47FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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