#F292E4

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

Shades of Pale Magenta #F292E4

Tints of Pale Magenta #F292E4

Color information

#F292E4 (or 0xF292E4) is unknown color: approx Pale Magenta. HEX triplet: F2, 92 and E4. RGB value is (242,146,228). Sum of RGB (Red+Green+Blue) = 242+146+228=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 146 (57.42% from 255 or 23.70% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F292E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292E4 is #0D6D1B. Grayscale: #B7B7B7. Windows color (decimal): -879900 or 14979826. OLE color: 14979826.

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

Color convert

RGB242146228-
CMYK00.400.060.05
HSL308.75º78.69%76.08%-
HSV(B)308.75º39.67%94.9%-
XYZ60.945.0478.88-
YUV184.05152.8169.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 146 (57.42% from 255) = 23.70%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=39.29%
G=23.70%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214622800.400.060.05308.7578.6976.08
HexF292E4028651354f4c
Octal36222234405065465117114
Binary111100101001001011100100010100011010110011010110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F292E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F292E4; }

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

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

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

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

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

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

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

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