#F090BC

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

Shades of Shocking #F090BC

Tints of Shocking #F090BC

Color information

#F090BC (or 0xF090BC) is unknown color: approx Shocking. HEX triplet: F0, 90 and BC. RGB value is (240,144,188). Sum of RGB (Red+Green+Blue) = 240+144+188=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F090BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090BC is #0F6F43. Grayscale: #B1B1B1. Windows color (decimal): -1011524 or 12357872. OLE color: 12357872.

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

Color convert

RGB240144188-
CMYK00.40.220.06
HSL332.5º76.19%75.29%-
HSV(B)332.5º40%94.12%-
XYZ54.9942.152.81-
YUV177.72133.8172.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 144 (56.64% from 255) = 25.17%
BLUE value IS 188 (73.83% from 255) = 32.87%
R=41.96%
G=25.17%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014418800.40.220.06332.576.1975.29
HexF090BC02816614c4c4b
Octal360220274050266514114113
Binary11110000100100001011110001010001011011010100110010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F090BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F090BC; }

 p { color: rgb(240,144,188); }

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

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

 a { background-color: rgb(240,144,188); }

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

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

 span { border-color: rgb(240,144,188); }

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