#F094BD

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

Shades of Shocking #F094BD

Tints of Shocking #F094BD

Color information

#F094BD (or 0xF094BD) is unknown color: approx Shocking. HEX triplet: F0, 94 and BD. RGB value is (240,148,189). Sum of RGB (Red+Green+Blue) = 240+148+189=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F094BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094BD is #0F6B42. Grayscale: #B4B4B4. Windows color (decimal): -1010499 or 12424432. OLE color: 12424432.

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

Color convert

RGB240148189-
CMYK00.380.210.06
HSL333.26º75.41%76.08%-
HSV(B)333.26º38.33%94.12%-
XYZ55.7143.3853.58-
YUV180.18132.98170.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.59%
GREEN value IS 148 (58.20% from 255) = 25.65%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=41.59%
G=25.65%
B=32.76%

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
Decimal24014818900.380.210.06333.2675.4176.08
HexF094BD02615614d4b4c
Octal360224275046256515113114
Binary11110000100101001011110101001101010111010100110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F094BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F094BD; }

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

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

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

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

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

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

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

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