#F094BA

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

Shades of Shocking #F094BA

Tints of Shocking #F094BA

Color information

#F094BA (or 0xF094BA) is unknown color: approx Shocking. HEX triplet: F0, 94 and BA. RGB value is (240,148,186). Sum of RGB (Red+Green+Blue) = 240+148+186=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F094BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094BA is #0F6B45. Grayscale: #B3B3B3. Windows color (decimal): -1010502 or 12227824. OLE color: 12227824.

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

Color convert

RGB240148186-
CMYK00.380.220.06
HSL335.22º75.41%76.08%-
HSV(B)335.22º38.33%94.12%-
XYZ55.3943.2551.88-
YUV179.84131.48170.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 148 (58.20% from 255) = 25.78%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=41.81%
G=25.78%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014818600.380.220.06335.2275.4176.08
HexF094BA02616614f4b4c
Octal360224272046266517113114
Binary11110000100101001011101001001101011011010100111110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F094BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F094BA; }

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

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

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

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

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

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

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

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