Html Css Color HEX #F47FE7 Pale Magenta

📋 copy color: '#F47FE7'

red 244 ◦ green 127 ◦ blue 231

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

Shades of Pale Magenta #F47FE7

Tints of Pale Magenta #F47FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.37%

R = 40.53%
G = 21.1%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F47FE7 (or 0xF47FE7) is known color: Pale Magenta. HEX triplet: F4, 7F and E7. RGB value is (244,127,231). Sum of RGB (Red+Green+Blue) = 244+127+231=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47FE7 is #0B8018. Grayscale: #ADADAD. Windows color (decimal): -753689 or 15171572. OLE color: 15171572.

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

Color convert

RGB 244 127 231 -
CMYK 0 0.48 0.05 0.04
HSL 306.67º 0.84% 0.73% -
HSV(B) 306.67º 0.48% 0.96% -
XYZ 59.32 40.18 80.23 -
YUV 173.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 244 127 231 0 0.48 0.05 0.04 306.67 0.84 0.73
Hex F4 7F E7 0 30 5 4 133 54 49
Octal 364 177 347 0 60 5 4 463 124 111
Binary 11110100 1111111 11100111 0 110000 101 100 100110011 1010100 1001001

Color Harmonies of #F47FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47FE7

Black with #F47FE7

Text Example


Text Example

White with #F47FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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