#F795EE

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

Shades of Pale Magenta #F795EE

Tints of Pale Magenta #F795EE

Color information

#F795EE (or 0xF795EE) is unknown color: approx Pale Magenta. HEX triplet: F7, 95 and EE. RGB value is (247,149,238). Sum of RGB (Red+Green+Blue) = 247+149+238=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 149 (58.59% from 255 or 23.50% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F795EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F795EE is #086A11. Grayscale: #BCBCBC. Windows color (decimal): -551442 or 15635959. OLE color: 15635959.

HSL color Cylindrical-coordinate representation of color #F795EE: hue angle of 305.51º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795EE is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB247149238-
CMYK00.400.040.03
HSL305.51º85.96%77.65%-
HSV(B)305.51º39.68%96.86%-
XYZ64.5447.4486.64-
YUV188.45155.97169.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.96%
GREEN value IS 149 (58.59% from 255) = 23.50%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=38.96%
G=23.50%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714923800.400.040.03305.5185.9677.65
HexF795EE02843132564e
Octal36722535605043462126116
Binary11110111100101011110111001010001001110011001010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F795EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F795EE; }

 p { color: rgb(247,149,238); }

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

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

 a { background-color: rgb(247,149,238); }

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

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

 span { border-color: rgb(247,149,238); }

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