#F76DE1

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

Shades of Pale Magenta #F76DE1

Tints of Pale Magenta #F76DE1

Color information

#F76DE1 (or 0xF76DE1) is unknown color: approx Pale Magenta. HEX triplet: F7, 6D and E1. RGB value is (247,109,225). Sum of RGB (Red+Green+Blue) = 247+109+225=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F76DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76DE1 is #08921E. Grayscale: #A3A3A3. Windows color (decimal): -561695 or 14773751. OLE color: 14773751.

HSL color Cylindrical-coordinate representation of color #F76DE1: hue angle of 309.57º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76DE1 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB247109225-
CMYK00.560.090.03
HSL309.57º89.61%69.8%-
HSV(B)309.57º55.87%96.86%-
XYZ57.4236.1575.19-
YUV163.49162.72187.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.51%
GREEN value IS 109 (42.97% from 255) = 18.76%
BLUE value IS 225 (88.28% from 255) = 38.73%
R=42.51%
G=18.76%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710922500.560.090.03309.5789.6169.8
HexF76DE1038931365a46
Octal367155341070113466132106
Binary11110111110110111100001011100010011110011011010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76DE1; }

 p { color: rgb(247,109,225); }

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

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

 a { background-color: rgb(247,109,225); }

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

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

 span { border-color: rgb(247,109,225); }

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