#F090BF

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

Shades of Shocking #F090BF

Tints of Shocking #F090BF

Color information

#F090BF (or 0xF090BF) is unknown color: approx Shocking. HEX triplet: F0, 90 and BF. RGB value is (240,144,191). Sum of RGB (Red+Green+Blue) = 240+144+191=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F090BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090BF is #0F6F40. Grayscale: #B1B1B1. Windows color (decimal): -1011521 or 12554480. OLE color: 12554480.

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

Color convert

RGB240144191-
CMYK00.40.200.06
HSL330.62º76.19%75.29%-
HSV(B)330.62º40%94.12%-
XYZ55.3142.2354.53-
YUV178.06135.3172.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 191 (75% from 255) = 33.22%
R=41.74%
G=25.04%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014419100.40.200.06330.6276.1975.29
HexF090BF02814614b4c4b
Octal360220277050246513114113
Binary11110000100100001011111101010001010011010100101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F090BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F090BF; }

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

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

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

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

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

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

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

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