#F492DF

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

Shades of Pale Magenta #F492DF

Tints of Pale Magenta #F492DF

Color information

#F492DF (or 0xF492DF) is unknown color: approx Pale Magenta. HEX triplet: F4, 92 and DF. RGB value is (244,146,223). Sum of RGB (Red+Green+Blue) = 244+146+223=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F492DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492DF is #0B6D20. Grayscale: #B7B7B7. Windows color (decimal): -748833 or 14652148. OLE color: 14652148.

HSL color Cylindrical-coordinate representation of color #F492DF: hue angle of 312.86º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F492DF is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244146223-
CMYK00.400.090.04
HSL312.86º81.67%76.47%-
HSV(B)312.86º40.16%95.69%-
XYZ60.9145.1275.31-
YUV184.08149.97170.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.80%
GREEN value IS 146 (57.42% from 255) = 23.82%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=39.80%
G=23.82%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414622300.400.090.04312.8681.6776.47
HexF492DF02894139524c
Octal364222337050114471122114
Binary1111010010010010110111110101000100110010011100110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F492DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F492DF; }

 p { color: rgb(244,146,223); }

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

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

 a { background-color: rgb(244,146,223); }

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

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

 span { border-color: rgb(244,146,223); }

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