#F092E0

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

Shades of Pale Magenta #F092E0

Tints of Pale Magenta #F092E0

Color information

#F092E0 (or 0xF092E0) is unknown color: approx Pale Magenta. HEX triplet: F0, 92 and E0. RGB value is (240,146,224). Sum of RGB (Red+Green+Blue) = 240+146+224=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F092E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092E0 is #0F6D1F. Grayscale: #B6B6B6. Windows color (decimal): -1010976 or 14717680. OLE color: 14717680.

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

Color convert

RGB240146224-
CMYK00.390.070.06
HSL310.21º75.81%75.69%-
HSV(B)310.21º39.17%94.12%-
XYZ59.6744.4675.96-
YUV183151.14168.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 146 (57.42% from 255) = 23.93%
BLUE value IS 224 (87.89% from 255) = 36.72%
R=39.34%
G=23.93%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014622400.390.070.06310.2175.8175.69
HexF092E0027761364c4c
Octal36022234004776466114114
Binary111100001001001011100000010011111111010011011010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F092E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F092E0; }

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

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

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

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

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

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

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

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