#F094B7

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

Shades of Illusion #F094B7

Tints of Illusion #F094B7

Color information

#F094B7 (or 0xF094B7) is unknown color: approx Illusion. HEX triplet: F0, 94 and B7. RGB value is (240,148,183). Sum of RGB (Red+Green+Blue) = 240+148+183=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F094B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094B7 is #0F6B48. Grayscale: #B3B3B3. Windows color (decimal): -1010505 or 12031216. OLE color: 12031216.

HSL color Cylindrical-coordinate representation of color #F094B7: hue angle of 337.17º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F094B7 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB240148183-
CMYK00.380.240.06
HSL337.17º75.41%76.08%-
HSV(B)337.17º38.33%94.12%-
XYZ55.0743.1250.22-
YUV179.5129.98171.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 183 (71.88% from 255) = 32.05%
R=42.03%
G=25.92%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014818300.380.240.06337.1775.4176.08
HexF094B70261861514b4c
Octal360224267046306521113114
Binary11110000100101001011011101001101100011010101000110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F094B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F094B7; }

 p { color: rgb(240,148,183); }

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

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

 a { background-color: rgb(240,148,183); }

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

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

 span { border-color: rgb(240,148,183); }

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