#F091DC

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

Shades of Pale Magenta #F091DC

Tints of Pale Magenta #F091DC

Color information

#F091DC (or 0xF091DC) is unknown color: approx Pale Magenta. HEX triplet: F0, 91 and DC. RGB value is (240,145,220). Sum of RGB (Red+Green+Blue) = 240+145+220=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F091DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091DC is #0F6E23. Grayscale: #B5B5B5. Windows color (decimal): -1011236 or 14455280. OLE color: 14455280.

HSL color Cylindrical-coordinate representation of color #F091DC: hue angle of 312.63º 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 #F091DC is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240145220-
CMYK00.400.080.06
HSL312.63º76%75.49%-
HSV(B)312.63º39.58%94.12%-
XYZ58.9843.9473.08-
YUV181.96149.47169.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 145 (57.03% from 255) = 23.97%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=39.67%
G=23.97%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014522000.400.080.06312.637675.49
HexF091DC028861394c4b
Octal360221334050106471114113
Binary1111000010010001110111000101000100011010011100110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F091DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F091DC; }

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

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

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

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

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

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

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

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