#F292B1

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

Shades of Illusion #F292B1

Tints of Illusion #F292B1

Color information

#F292B1 (or 0xF292B1) is unknown color: approx Illusion. HEX triplet: F2, 92 and B1. RGB value is (242,146,177). Sum of RGB (Red+Green+Blue) = 242+146+177=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F292B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F292B1 is #0D6D4E. Grayscale: #B2B2B2. Windows color (decimal): -879951 or 11637490. OLE color: 11637490.

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

Color convert

RGB242146177-
CMYK00.400.270.05
HSL340.62º78.69%76.08%-
HSV(B)340.62º39.67%94.9%-
XYZ54.8342.6146.93-
YUV178.24127.3173.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 177 (69.53% from 255) = 31.33%
R=42.83%
G=25.84%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214617700.400.270.05340.6278.6976.08
HexF292B10281B51554f4c
Octal362222261050335525117114
Binary11110010100100101011000101010001101110110101010110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F292B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F292B1; }

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

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

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

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

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

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

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

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