#F96EE0

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

Shades of Pale Magenta #F96EE0

Tints of Pale Magenta #F96EE0

Color information

#F96EE0 (or 0xF96EE0) is unknown color: approx Pale Magenta. HEX triplet: F9, 6E and E0. RGB value is (249,110,224). Sum of RGB (Red+Green+Blue) = 249+110+224=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 110 (43.36% from 255 or 18.87% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96EE0 is #06911F. Grayscale: #A4A4A4. Windows color (decimal): -430368 or 14708473. OLE color: 14708473.

HSL color Cylindrical-coordinate representation of color #F96EE0: hue angle of 310.79º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96EE0 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB249110224-
CMYK00.560.100.02
HSL310.79º92.05%70.39%-
HSV(B)310.79º55.82%97.65%-
XYZ58.136.6774.54-
YUV164.56161.55188.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.71%
GREEN value IS 110 (43.36% from 255) = 18.87%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=42.71%
G=18.87%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911022400.560.100.02310.7992.0570.39
HexF96EE0038A21375c46
Octal371156340070122467134106
Binary11111001110111011100000011100010101010011011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96EE0; }

 p { color: rgb(249,110,224); }

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

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

 a { background-color: rgb(249,110,224); }

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

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

 span { border-color: rgb(249,110,224); }

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