#F292E0

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

Shades of Pale Magenta #F292E0

Tints of Pale Magenta #F292E0

Color information

#F292E0 (or 0xF292E0) is unknown color: approx Pale Magenta. HEX triplet: F2, 92 and E0. RGB value is (242,146,224). Sum of RGB (Red+Green+Blue) = 242+146+224=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F292E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292E0 is #0D6D1F. Grayscale: #B7B7B7. Windows color (decimal): -879904 or 14717682. OLE color: 14717682.

HSL color Cylindrical-coordinate representation of color #F292E0: hue angle of 311.25º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F292E0 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB242146224-
CMYK00.400.070.05
HSL311.25º78.69%76.08%-
HSV(B)311.25º39.67%94.9%-
XYZ60.3544.8275.99-
YUV183.6150.8169.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 146 (57.42% from 255) = 23.86%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=39.54%
G=23.86%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214622400.400.070.05311.2578.6976.08
HexF292E0028751374f4c
Octal36222234005075467117114
Binary111100101001001011100000010100011110110011011110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F292E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F292E0; }

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

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

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

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

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

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

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

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