#f094be

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

Shades of Shocking #F094BE

Tints of Shocking #F094BE

Color information

#F094BE (or 0xF094BE) is unknown color: approx Shocking. HEX triplet: F0, 94 and BE. RGB value is (240,148,190). Sum of RGB (Red+Green+Blue) = 240+148+190=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F094BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094BE is #0F6B41. Grayscale: #B4B4B4. Windows color (decimal): -1010498 or 12489968. OLE color: 12489968.

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

Color convert

RGB240148190-
CMYK00.380.210.06
HSL332.61º75.41%76.08%-
HSV(B)332.61º38.33%94.12%-
XYZ55.8243.4254.15-
YUV180.3133.48170.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.52%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=41.52%
G=25.61%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014819000.380.210.06332.6175.4176.08
HexF094BE02615614d4b4c
Octal360224276046256515113114
Binary11110000100101001011111001001101010111010100110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f094be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f094be; }

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

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

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

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

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

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

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

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