#F090B7

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

Shades of Shocking #F090B7

Tints of Shocking #F090B7

Color information

#F090B7 (or 0xF090B7) is unknown color: approx Shocking. HEX triplet: F0, 90 and B7. RGB value is (240,144,183). Sum of RGB (Red+Green+Blue) = 240+144+183=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F090B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090B7 is #0F6F48. Grayscale: #B1B1B1. Windows color (decimal): -1011529 or 12030192. OLE color: 12030192.

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

Color convert

RGB240144183-
CMYK00.40.240.06
HSL335.62º76.19%75.29%-
HSV(B)335.62º40%94.12%-
XYZ54.4641.8950.02-
YUV177.15131.3172.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 183 (71.88% from 255) = 32.28%
R=42.33%
G=25.40%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014418300.40.240.06335.6276.1975.29
HexF090B70281861504c4b
Octal360220267050306520114113
Binary11110000100100001011011101010001100011010101000010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F090B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F090B7; }

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

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

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

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

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

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

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

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