#F092B2

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

Shades of Illusion #F092B2

Tints of Illusion #F092B2

Color information

#F092B2 (or 0xF092B2) is unknown color: approx Illusion. HEX triplet: F0, 92 and B2. RGB value is (240,146,178). Sum of RGB (Red+Green+Blue) = 240+146+178=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F092B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F092B2 is #0F6D4D. Grayscale: #B1B1B1. Windows color (decimal): -1011022 or 11703024. OLE color: 11703024.

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

Color convert

RGB240146178-
CMYK00.390.260.06
HSL339.57º75.81%75.69%-
HSV(B)339.57º39.17%94.12%-
XYZ54.2542.347.42-
YUV177.75128.14172.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.55%
GREEN value IS 146 (57.42% from 255) = 25.89%
BLUE value IS 178 (69.92% from 255) = 31.56%
R=42.55%
G=25.89%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014617800.390.260.06339.5775.8175.69
HexF092B20271A61544c4c
Octal360222262047326524114114
Binary11110000100100101011001001001111101011010101010010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F092B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F092B2; }

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

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

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

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

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

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

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

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