#F392BB

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

Shades of Shocking #F392BB

Tints of Shocking #F392BB

Color information

#F392BB (or 0xF392BB) is unknown color: approx Shocking. HEX triplet: F3, 92 and BB. RGB value is (243,146,187). Sum of RGB (Red+Green+Blue) = 243+146+187=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F392BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392BB is #0C6D44. Grayscale: #B3B3B3. Windows color (decimal): -814405 or 12292851. OLE color: 12292851.

HSL color Cylindrical-coordinate representation of color #F392BB: hue angle of 334.64º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F392BB is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243146187-
CMYK00.400.230.05
HSL334.64º80.17%76.27%-
HSV(B)334.64º39.92%95.29%-
XYZ56.2143.252.39-
YUV179.68132.14173.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.19%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=42.19%
G=25.35%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314618700.400.230.05334.6480.1776.27
HexF392BB02817514f504c
Octal363222273050275517120114
Binary11110011100100101011101101010001011110110100111110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F392BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F392BB; }

 p { color: rgb(243,146,187); }

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

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

 a { background-color: rgb(243,146,187); }

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

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

 span { border-color: rgb(243,146,187); }

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