#F392C5

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

Shades of Shocking #F392C5

Tints of Shocking #F392C5

Color information

#F392C5 (or 0xF392C5) is unknown color: approx Shocking. HEX triplet: F3, 92 and C5. RGB value is (243,146,197). Sum of RGB (Red+Green+Blue) = 243+146+197=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F392C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392C5 is #0C6D3A. Grayscale: #B4B4B4. Windows color (decimal): -814395 or 12948211. OLE color: 12948211.

HSL color Cylindrical-coordinate representation of color #F392C5: hue angle of 328.45º 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 #F392C5 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB243146197-
CMYK00.400.190.05
HSL328.45º80.17%76.27%-
HSV(B)328.45º39.92%95.29%-
XYZ57.3243.6458.23-
YUV180.82137.14172.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.47%
GREEN value IS 146 (57.42% from 255) = 24.91%
BLUE value IS 197 (77.34% from 255) = 33.62%
R=41.47%
G=24.91%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314619700.400.190.05328.4580.1776.27
HexF392C5028135148504c
Octal363222305050235510120114
Binary11110011100100101100010101010001001110110100100010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F392C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F392C5; }

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

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

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

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

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

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

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

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