#F092DD

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

Shades of Pale Magenta #F092DD

Tints of Pale Magenta #F092DD

Color information

#F092DD (or 0xF092DD) is unknown color: approx Pale Magenta. HEX triplet: F0, 92 and DD. RGB value is (240,146,221). Sum of RGB (Red+Green+Blue) = 240+146+221=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F092DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092DD is #0F6D22. Grayscale: #B6B6B6. Windows color (decimal): -1010979 or 14521072. OLE color: 14521072.

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

Color convert

RGB240146221-
CMYK00.390.080.06
HSL312.13º75.81%75.69%-
HSV(B)312.13º39.17%94.12%-
XYZ59.2744.373.83-
YUV182.66149.64168.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 146 (57.42% from 255) = 24.05%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=39.54%
G=24.05%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014622100.390.080.06312.1375.8175.69
HexF092DD027861384c4c
Octal360222335047106470114114
Binary1111000010010010110111010100111100011010011100010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F092DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F092DD; }

 p { color: rgb(240,146,221); }

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

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

 a { background-color: rgb(240,146,221); }

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

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

 span { border-color: rgb(240,146,221); }

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