#F090BD

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

Shades of Shocking #F090BD

Tints of Shocking #F090BD

Color information

#F090BD (or 0xF090BD) is unknown color: approx Shocking. HEX triplet: F0, 90 and BD. RGB value is (240,144,189). Sum of RGB (Red+Green+Blue) = 240+144+189=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F090BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090BD is #0F6F42. Grayscale: #B1B1B1. Windows color (decimal): -1011523 or 12423408. OLE color: 12423408.

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

Color convert

RGB240144189-
CMYK00.40.210.06
HSL331.88º76.19%75.29%-
HSV(B)331.88º40%94.12%-
XYZ55.0942.1553.38-
YUV177.83134.3172.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.88%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=41.88%
G=25.13%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014418900.40.210.06331.8876.1975.29
HexF090BD02815614c4c4b
Octal360220275050256514114113
Binary11110000100100001011110101010001010111010100110010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F090BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F090BD; }

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

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

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

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

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

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

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

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