#F792E6

Color #F792E6 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F792E6

Tints of Pale Magenta #F792E6

Color information

#F792E6 (or 0xF792E6) is unknown color: approx Pale Magenta. HEX triplet: F7, 92 and E6. RGB value is (247,146,230). Sum of RGB (Red+Green+Blue) = 247+146+230=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 146 (57.42% from 255 or 23.43% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F792E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F792E6 is #086D19. Grayscale: #B9B9B9. Windows color (decimal): -552218 or 15110903. OLE color: 15110903.

HSL color Cylindrical-coordinate representation of color #F792E6: hue angle of 310.1º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F792E6 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB247146230-
CMYK00.410.070.03
HSL310.1º86.32%77.06%-
HSV(B)310.1º40.89%96.86%-
XYZ62.9246.0580.43-
YUV185.78152.96171.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.65%
GREEN value IS 146 (57.42% from 255) = 23.43%
BLUE value IS 230 (90.23% from 255) = 36.92%
R=39.65%
G=23.43%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714623000.410.070.03310.186.3277.06
HexF792E602973136564d
Octal36722234605173466126115
Binary11110111100100101110011001010011111110011011010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F792E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F792E6; }

 p { color: rgb(247,146,230); }

 H1.HeaderClassName
 {
   color: #F792E6;
 }
 .AnyTagClassName
 {
   color: #F792E6;
 }
</style>
background-color css

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

 a { background-color: rgb(247,146,230); }

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

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

 span { border-color: rgb(247,146,230); }

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