#F091D8

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

Shades of Pale Magenta #F091D8

Tints of Pale Magenta #F091D8

Color information

#F091D8 (or 0xF091D8) is unknown color: approx Pale Magenta. HEX triplet: F0, 91 and D8. RGB value is (240,145,216). Sum of RGB (Red+Green+Blue) = 240+145+216=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F091D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091D8 is #0F6E27. Grayscale: #B5B5B5. Windows color (decimal): -1011240 or 14193136. OLE color: 14193136.

HSL color Cylindrical-coordinate representation of color #F091D8: hue angle of 315.16º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F091D8 is Cyan = 0, Magento = 0.40, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB240145216-
CMYK00.400.10.06
HSL315.16º76%75.49%-
HSV(B)315.16º39.58%94.12%-
XYZ58.4643.7370.33-
YUV181.5147.47169.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 145 (57.03% from 255) = 24.13%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=39.93%
G=24.13%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014521600.400.10.06315.167675.49
HexF091D8028A613b4c4b
Octal360221330050126473114113
Binary1111000010010001110110000101000101011010011101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F091D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F091D8; }

 p { color: rgb(240,145,216); }

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

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

 a { background-color: rgb(240,145,216); }

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

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

 span { border-color: rgb(240,145,216); }

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