#F093B4

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

Shades of Illusion #F093B4

Tints of Illusion #F093B4

Color information

#F093B4 (or 0xF093B4) is unknown color: approx Illusion. HEX triplet: F0, 93 and B4. RGB value is (240,147,180). Sum of RGB (Red+Green+Blue) = 240+147+180=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F093B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093B4 is #0F6C4B. Grayscale: #B2B2B2. Windows color (decimal): -1010764 or 11834352. OLE color: 11834352.

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

Color convert

RGB240147180-
CMYK00.390.250.06
HSL338.71º75.61%75.88%-
HSV(B)338.71º38.75%94.12%-
XYZ54.6142.6948.54-
YUV178.57128.81171.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 147 (57.81% from 255) = 25.93%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=42.33%
G=25.93%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014718000.390.250.06338.7175.6175.88
HexF093B40271961534c4c
Octal360223264047316523114114
Binary11110000100100111011010001001111100111010101001110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093B4; }

 p { color: rgb(240,147,180); }

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

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

 a { background-color: rgb(240,147,180); }

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

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

 span { border-color: rgb(240,147,180); }

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